#07CCF8
A medium, vivid cyan closely aligning with Deepskyblue.
About #07CCF8
Visually, #07CCF8 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Deepskyblue. This translates to an RGB value of rgb(7, 204, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 97% C, 18% M, 0% Y, and 3% K. The HSL representation is 191.0° hue, 94.5% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07CCF8
RGB7, 204, 248
HSL191.0°, 94.5%, 50.0%
CMYK97%, 18%, 0%, 3%
HSV191.0°, 97.2%, 97.3%
LAB76.1, -26.5, -33.3
XYZ38.6, 50.0, 96.4
Decimal511224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
11.00:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07CCF8;
}
.text-color {
color: #07CCF8;
}
.border-color {
border: 2px solid #07CCF8;
}