#66DBF0
A light, vivid cyan closely aligning with Skyblue.
About #66DBF0
The hex code #66DBF0 represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Skyblue. In the RGB color space, it consists of 102 red, 219 green, and 240 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 57% C, 9% M, 0% Y, and 6% K. With a hue angle of 189.1 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66DBF0
RGB102, 219, 240
HSL189.1°, 82.1%, 67.1%
CMYK57%, 9%, 0%, 6%
HSV189.1°, 57.5%, 94.1%
LAB81.7, -27.1, -20.3
XYZ46.5, 59.8, 91.5
Decimal6740976
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.96:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66DBF0;
}
.text-color {
color: #66DBF0;
}
.border-color {
border: 2px solid #66DBF0;
}