#66CCF0
A light, vivid blue closely aligning with Skyblue.
About #66CCF0
The hex code #66CCF0 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 204, and 240.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 57% cyan and 15% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66CCF0
RGB102, 204, 240
HSL195.7°, 82.1%, 67.1%
CMYK57%, 15%, 0%, 6%
HSV195.7°, 57.5%, 94.1%
LAB77.5, -19.6, -26.8
XYZ42.8, 52.3, 90.3
Decimal6737136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.46:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66CCF0;
}
.text-color {
color: #66CCF0;
}
.border-color {
border: 2px solid #66CCF0;
}