#66BDFF
A light, vivid blue closely aligning with Deepskyblue.
About #66BDFF
The hex code #66BDFF represents a beautifully specific shade of blue. Its closest recognized web color is Deepskyblue. This translates to an RGB value of rgb(102, 189, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 60% cyan, 26% magenta, 0% yellow, and 0% black. The HSL representation is 205.9° hue, 100.0% saturation, and 70.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66BDFF
RGB102, 189, 255
HSL205.9°, 100.0%, 70.0%
CMYK60%, 26%, 0%, 0%
HSV205.9°, 60.0%, 100.0%
LAB73.8, -7.2, -40.4
XYZ41.7, 46.4, 101.4
Decimal6733311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.29:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66BDFF;
}
.text-color {
color: #66BDFF;
}
.border-color {
border: 2px solid #66BDFF;
}