#07CCFF
A medium, vivid cyan closely aligning with Deepskyblue.
About #07CCFF
At its core, #07CCFF is a medium and vivid hue. Designers often compare it to the standard color Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 204, and 255.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 97% cyan and 20% magenta inks. With a hue angle of 192.3 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07CCFF
RGB7, 204, 255
HSL192.3°, 100.0%, 51.4%
CMYK97%, 20%, 0%, 0%
HSV192.3°, 97.3%, 100.0%
LAB76.3, -24.2, -36.6
XYZ39.7, 50.5, 102.3
Decimal511231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.09:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07CCFF;
}
.text-color {
color: #07CCFF;
}
.border-color {
border: 2px solid #07CCFF;
}