#66AFD3
A light, moderate blue closely aligning with Skyblue.
About #66AFD3
The precise color #66AFD3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Skyblue. In the RGB color space, it consists of 102 red, 175 green, and 211 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 52% C, 17% M, 0% Y, and 17% K. With a hue angle of 199.8 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66AFD3
RGB102, 175, 211
HSL199.8°, 55.3%, 61.4%
CMYK52%, 17%, 0%, 17%
HSV199.8°, 51.7%, 82.7%
LAB68.2, -12.9, -25.2
XYZ32.6, 38.2, 67.3
Decimal6729683
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.64:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66AFD3;
}
.text-color {
color: #66AFD3;
}
.border-color {
border: 2px solid #66AFD3;
}