#0799BD
A dark, vivid cyan closely aligning with Steelblue.
About #0799BD
At its core, #0799BD is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 153, and 189.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 96% Cyan, 19% Magenta, 0% Yellow, and 26% Black. With a hue angle of 191.9 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. 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#0799BD
RGB7, 153, 189
HSL191.9°, 92.9%, 38.4%
CMYK96%, 19%, 0%, 26%
HSV191.9°, 96.3%, 74.1%
LAB58.5, -20.5, -28.0
XYZ20.7, 26.5, 52.2
Decimal498109
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.33:1
Text on #FFFFFF
AA Large
6.30:1
Text on #000000
AA
3.19:1
Text on #F8FAFC
AA Large
5.36:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0799BD;
}
.text-color {
color: #0799BD;
}
.border-color {
border: 2px solid #0799BD;
}