#66CCFF
A light, vivid blue closely aligning with Lightskyblue.
About #66CCFF
The precise color #66CCFF is an excellent choice for modern design projects. Designers often compare it to the standard color Lightskyblue. This translates to an RGB value of rgb(102, 204, 255).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 60% C, 20% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66CCFF
RGB102, 204, 255
HSL200.0°, 100.0%, 70.0%
CMYK60%, 20%, 0%, 0%
HSV200.0°, 60.0%, 100.0%
LAB78.0, -15.2, -33.9
XYZ45.1, 53.2, 102.5
Decimal6737151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.65:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66CCFF;
}
.text-color {
color: #66CCFF;
}
.border-color {
border: 2px solid #66CCFF;
}