#A0CCD3
A light, moderate cyan closely aligning with Lightblue.
About #A0CCD3
At its core, #A0CCD3 is a light and moderate hue. It is closely associated with the named CSS color Lightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 204, and 211.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 24% C, 3% M, 0% Y, and 17% K. With a hue angle of 188.2 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0CCD3
RGB160, 204, 211
HSL188.2°, 36.7%, 72.7%
CMYK24%, 3%, 0%, 17%
HSV188.2°, 24.2%, 82.7%
LAB79.2, -12.8, -8.2
XYZ47.8, 55.4, 69.8
Decimal10538195
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.07:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0CCD3;
}
.text-color {
color: #A0CCD3;
}
.border-color {
border: 2px solid #A0CCD3;
}