#33BDE2
A medium, vivid cyan closely aligning with Skyblue.
About #33BDE2
The precise color #33BDE2 is an excellent choice for modern design projects. Designers often compare it to the standard color Skyblue. This translates to an RGB value of rgb(51, 189, 226).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 77% cyan and 16% magenta inks. The HSL representation is 192.7° hue, 75.1% saturation, and 54.3% lightness.
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#33BDE2
RGB51, 189, 226
HSL192.7°, 75.1%, 54.3%
CMYK77%, 16%, 0%, 11%
HSV192.7°, 77.4%, 88.6%
LAB71.3, -23.7, -28.8
XYZ33.3, 42.6, 78.4
Decimal3390946
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.52:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33BDE2;
}
.text-color {
color: #33BDE2;
}
.border-color {
border: 2px solid #33BDE2;
}