#66CCDB
A light, moderate cyan closely aligning with Skyblue.
About #66CCDB
At its core, #66CCDB is a light and moderate hue. Its closest recognized web color is Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 204, and 219.
For print applications, it's crucial to understand its CMYK makeup. The color uses 53% Cyan, 7% Magenta, 0% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66CCDB
RGB102, 204, 219
HSL187.7°, 61.9%, 62.9%
CMYK53%, 7%, 0%, 14%
HSV187.7°, 53.4%, 85.9%
LAB76.8, -25.6, -16.5
XYZ39.9, 51.1, 74.8
Decimal6737115
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.22:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66CCDB;
}
.text-color {
color: #66CCDB;
}
.border-color {
border: 2px solid #66CCDB;
}