#66E2FF
A light, vivid cyan closely aligning with Skyblue.
About #66E2FF
The hex code #66E2FF represents a beautifully specific shade of cyan. Its closest recognized web color is Skyblue. This translates to an RGB value of rgb(102, 226, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 60% cyan, 11% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66E2FF
RGB102, 226, 255
HSL191.4°, 100.0%, 70.0%
CMYK60%, 11%, 0%, 0%
HSV191.4°, 60.0%, 100.0%
LAB84.2, -26.3, -24.5
XYZ50.7, 64.4, 104.4
Decimal6742783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.89:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E2FF;
}
.text-color {
color: #66E2FF;
}
.border-color {
border: 2px solid #66E2FF;
}