#0792AF
A dark, vivid cyan closely aligning with Cadetblue.
About #0792AF
Visually, #0792AF is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Cadetblue. Its digital footprint relies on 7 parts red, 146 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 96% Cyan, 17% Magenta, 0% Yellow, and 31% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0792AF
RGB7, 146, 175
HSL190.4°, 92.3%, 35.7%
CMYK96%, 17%, 0%, 31%
HSV190.4°, 96.0%, 68.6%
LAB55.8, -21.7, -24.3
XYZ18.1, 23.7, 44.2
Decimal496303
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.66:1
Text on #FFFFFF
AA Large
5.74:1
Text on #000000
AA
3.50:1
Text on #F8FAFC
AA Large
4.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0792AF;
}
.text-color {
color: #0792AF;
}
.border-color {
border: 2px solid #0792AF;
}