#0F83A0
A dark, vivid cyan closely aligning with Steelblue.
About #0F83A0
Visually, #0F83A0 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(15, 131, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 91% cyan, 18% magenta, 0% yellow, and 37% black. 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. 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#0F83A0
RGB15, 131, 160
HSL192.0°, 82.9%, 34.3%
CMYK91%, 18%, 0%, 37%
HSV192.0°, 90.6%, 62.7%
LAB50.5, -18.7, -23.7
XYZ14.7, 18.9, 36.1
Decimal1016736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.40:1
Text on #FFFFFF
AA Large
4.77:1
Text on #000000
AA
4.20:1
Text on #F8FAFC
AA Large
4.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F83A0;
}
.text-color {
color: #0F83A0;
}
.border-color {
border: 2px solid #0F83A0;
}