#0799C5
A medium, vivid cyan closely aligning with Steelblue.
About #0799C5
At its core, #0799C5 is a medium and vivid hue. It is closely associated with the named CSS color Steelblue. Its digital footprint relies on 7 parts red, 153 parts green, and 197 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 96% C, 22% M, 0% Y, and 23% K. The HSL representation is 193.9° hue, 93.1% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#0799C5
RGB7, 153, 197
HSL193.9°, 93.1%, 40.0%
CMYK96%, 22%, 0%, 23%
HSV193.9°, 96.4%, 77.3%
LAB58.8, -17.7, -32.0
XYZ21.6, 26.9, 56.9
Decimal498117
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.37:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0799C5;
}
.text-color {
color: #0799C5;
}
.border-color {
border: 2px solid #0799C5;
}