#00B6FF
A medium, vivid blue closely aligning with Deepskyblue.
About #00B6FF
Visually, #00B6FF is defined as a vivid blue. Designers often compare it to the standard color Deepskyblue. In the RGB color space, it consists of 0 red, 182 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 29% 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. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00B6FF
RGB0, 182, 255
HSL197.2°, 100.0%, 50.0%
CMYK100%, 29%, 0%, 0%
HSV197.2°, 100.0%, 100.0%
LAB69.9, -12.8, -46.6
XYZ34.8, 40.7, 100.6
Decimal46847
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.14:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00B6FF;
}
.text-color {
color: #00B6FF;
}
.border-color {
border: 2px solid #00B6FF;
}