#00BFFF
A medium, vivid blue closely aligning with Deepskyblue.
About #00BFFF
When working with digital screens, the color #00BFFF is rendered by mixing light. Designers often compare it to the standard color Deepskyblue. This translates to an RGB value of rgb(0, 191, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 100% cyan and 25% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00BFFF
RGB0, 191, 255
HSL195.1°, 100.0%, 50.0%
CMYK100%, 25%, 0%, 0%
HSV195.1°, 100.0%, 100.0%
LAB72.5, -17.6, -42.5
XYZ36.7, 44.5, 101.3
Decimal49151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.90:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00BFFF;
}
.text-color {
color: #00BFFF;
}
.border-color {
border: 2px solid #00BFFF;
}