#66AFC5
A medium, moderate cyan closely aligning with Skyblue.
About #66AFC5
Visually, #66AFC5 is defined as a moderate cyan. Its closest recognized web color is Skyblue. In the RGB color space, it consists of 102 red, 175 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 48% Cyan, 11% Magenta, 0% Yellow, and 23% Black. The HSL representation is 193.9° hue, 45.0% saturation, and 58.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium 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#66AFC5
RGB102, 175, 197
HSL193.9°, 45.0%, 58.6%
CMYK48%, 11%, 0%, 23%
HSV193.9°, 48.2%, 77.3%
LAB67.7, -16.9, -18.3
XYZ30.9, 37.5, 58.4
Decimal6729669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.50:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66AFC5;
}
.text-color {
color: #66AFC5;
}
.border-color {
border: 2px solid #66AFC5;
}