#0FBDDB
A medium, vivid cyan closely aligning with Skyblue.
About #0FBDDB
Visually, #0FBDDB is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 189, and 219.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 93% C, 14% M, 0% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FBDDB
RGB15, 189, 219
HSL188.8°, 87.2%, 45.9%
CMYK93%, 14%, 0%, 14%
HSV188.8°, 93.2%, 85.9%
LAB70.6, -28.4, -26.1
XYZ31.2, 41.6, 73.4
Decimal1031643
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.32:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FBDDB;
}
.text-color {
color: #0FBDDB;
}
.border-color {
border: 2px solid #0FBDDB;
}