#0799B6
A dark, vivid cyan closely aligning with Cadetblue.
About #0799B6
At its core, #0799B6 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Cadetblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 153, and 182.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 96% cyan and 16% magenta inks. With a hue angle of 189.9 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0799B6
RGB7, 153, 182
HSL189.9°, 92.6%, 37.1%
CMYK96%, 16%, 0%, 29%
HSV189.9°, 96.2%, 71.4%
LAB58.2, -23.0, -24.5
XYZ19.9, 26.2, 48.3
Decimal498102
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.36:1
Text on #FFFFFF
AA Large
6.24:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.31:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0799B6;
}
.text-color {
color: #0799B6;
}
.border-color {
border: 2px solid #0799B6;
}