#00B6F8
A medium, vivid blue closely aligning with Deepskyblue.
About #00B6F8
At its core, #00B6F8 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 182, and 248.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 27% Magenta, 0% Yellow, and 3% Black. The HSL representation is 196.0° hue, 100.0% saturation, and 48.6% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00B6F8
RGB0, 182, 248
HSL196.0°, 100.0%, 48.6%
CMYK100%, 27%, 0%, 3%
HSV196.0°, 100.0%, 97.3%
LAB69.6, -15.3, -43.3
XYZ33.7, 40.2, 94.8
Decimal46840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.05:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00B6F8;
}
.text-color {
color: #00B6F8;
}
.border-color {
border: 2px solid #00B6F8;
}