#33CCFF
A light, vivid blue closely aligning with Deepskyblue.
About #33CCFF
Visually, #33CCFF is defined as a vivid blue. It is closely associated with the named CSS color Deepskyblue. Its digital footprint relies on 51 parts red, 204 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 80% Cyan, 20% Magenta, 0% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#33CCFF
RGB51, 204, 255
HSL195.0°, 100.0%, 60.0%
CMYK80%, 20%, 0%, 0%
HSV195.0°, 80.0%, 100.0%
LAB76.7, -21.9, -36.0
XYZ41.0, 51.1, 102.3
Decimal3394815
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: #33CCFF;
}
.text-color {
color: #33CCFF;
}
.border-color {
border: 2px solid #33CCFF;
}