#0FC5E9
A medium, vivid cyan closely aligning with Skyblue.
About #0FC5E9
Visually, #0FC5E9 is defined as a vivid cyan. Its closest recognized web color is Skyblue. This translates to an RGB value of rgb(15, 197, 233).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 94% cyan and 15% magenta inks. 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. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FC5E9
RGB15, 197, 233
HSL189.9°, 87.9%, 48.6%
CMYK94%, 15%, 0%, 9%
HSV189.9°, 93.6%, 91.4%
LAB73.5, -27.8, -29.2
XYZ34.9, 45.9, 84.1
Decimal1033705
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.18:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FC5E9;
}
.text-color {
color: #0FC5E9;
}
.border-color {
border: 2px solid #0FC5E9;
}