#07BDE9
A medium, vivid cyan closely aligning with Deepskyblue.
About #07BDE9
At its core, #07BDE9 is a medium and vivid hue. It is closely associated with the named CSS color Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 189, and 233.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 97% C, 19% M, 0% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07BDE9
RGB7, 189, 233
HSL191.7°, 94.2%, 47.1%
CMYK97%, 19%, 0%, 9%
HSV191.7°, 97.0%, 91.4%
LAB71.1, -24.0, -32.9
XYZ33.0, 42.3, 83.5
Decimal507369
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.22:1
Text on #FFFFFF
FAIL
9.46:1
Text on #000000
AAA
2.12:1
Text on #F8FAFC
FAIL
8.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07BDE9;
}
.text-color {
color: #07BDE9;
}
.border-color {
border: 2px solid #07BDE9;
}