#00B6F0
A medium, vivid cyan closely aligning with Deepskyblue.
About #00B6F0
Visually, #00B6F0 is defined as a vivid cyan. It is closely associated with the named CSS color Deepskyblue. In the RGB color space, it consists of 0 red, 182 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 24% Magenta, 0% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00B6F0
RGB0, 182, 240
HSL194.5°, 100.0%, 47.1%
CMYK100%, 24%, 0%, 6%
HSV194.5°, 100.0%, 94.1%
LAB69.3, -18.1, -39.5
XYZ32.5, 39.7, 88.4
Decimal46832
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.95:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00B6F0;
}
.text-color {
color: #00B6F0;
}
.border-color {
border: 2px solid #00B6F0;
}