#66D3F0
A light, vivid cyan closely aligning with Skyblue.
About #66D3F0
At its core, #66D3F0 is a light and vivid hue. Designers often compare it to the standard color Skyblue. This translates to an RGB value of rgb(102, 211, 240).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 57% C, 12% M, 0% Y, and 6% K. With a hue angle of 192.6 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#66D3F0
RGB102, 211, 240
HSL192.6°, 82.1%, 67.1%
CMYK57%, 12%, 0%, 6%
HSV192.6°, 57.5%, 94.1%
LAB79.4, -23.1, -23.7
XYZ44.5, 55.7, 90.8
Decimal6738928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.14:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66D3F0;
}
.text-color {
color: #66D3F0;
}
.border-color {
border: 2px solid #66D3F0;
}