#66C5E2
A light, moderate cyan closely aligning with Skyblue.
About #66C5E2
Visually, #66C5E2 is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Skyblue. This translates to an RGB value of rgb(102, 197, 226).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 55% C, 13% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66C5E2
RGB102, 197, 226
HSL194.0°, 68.1%, 64.3%
CMYK55%, 13%, 0%, 11%
HSV194.0°, 54.9%, 88.6%
LAB75.0, -20.1, -23.0
XYZ39.2, 48.2, 79.2
Decimal6735330
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.65:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66C5E2;
}
.text-color {
color: #66C5E2;
}
.border-color {
border: 2px solid #66C5E2;
}