#66AFCC
A light, moderate blue closely aligning with Skyblue.
About #66AFCC
Visually, #66AFCC is defined as a moderate blue. Its closest recognized web color is Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 175, and 204.
Translating this color to physical media requires the CMYK color model. The color uses 50% Cyan, 14% Magenta, 0% Yellow, and 20% Black. The HSL representation is 197.1° hue, 50.0% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66AFCC
RGB102, 175, 204
HSL197.1°, 50.0%, 60.0%
CMYK50%, 14%, 0%, 20%
HSV197.1°, 50.0%, 80.0%
LAB67.9, -14.9, -21.8
XYZ31.7, 37.8, 62.8
Decimal6729676
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.57:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66AFCC;
}
.text-color {
color: #66AFCC;
}
.border-color {
border: 2px solid #66AFCC;
}