#66AFF0
A light, vivid blue closely aligning with Deepskyblue.
About #66AFF0
At its core, #66AFF0 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Deepskyblue. This translates to an RGB value of rgb(102, 175, 240).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 57% Cyan, 27% Magenta, 0% Yellow, and 6% Black. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66AFF0
RGB102, 175, 240
HSL208.3°, 82.1%, 67.1%
CMYK57%, 27%, 0%, 6%
HSV208.3°, 57.5%, 94.1%
LAB69.3, -4.2, -39.3
XYZ36.5, 39.8, 88.2
Decimal6729712
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.96:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66AFF0;
}
.text-color {
color: #66AFF0;
}
.border-color {
border: 2px solid #66AFF0;
}