#66DBFF
A light, vivid cyan closely aligning with Skyblue.
About #66DBFF
Visually, #66DBFF is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 219, and 255.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 60% C, 14% M, 0% Y, and 0% K. With a hue angle of 194.1 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66DBFF
RGB102, 219, 255
HSL194.1°, 100.0%, 70.0%
CMYK60%, 14%, 0%, 0%
HSV194.1°, 60.0%, 100.0%
LAB82.2, -22.8, -27.5
XYZ48.9, 60.7, 103.8
Decimal6740991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.14:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66DBFF;
}
.text-color {
color: #66DBFF;
}
.border-color {
border: 2px solid #66DBFF;
}