#00B6D3
A medium, vivid cyan closely aligning with Skyblue.
About #00B6D3
Visually, #00B6D3 is defined as a vivid cyan. Its closest recognized web color is Skyblue. This translates to an RGB value of rgb(0, 182, 211).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 100% cyan, 14% magenta, 0% yellow, and 17% black. 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00B6D3
RGB0, 182, 211
HSL188.2°, 100.0%, 41.4%
CMYK100%, 14%, 0%, 17%
HSV188.2°, 100.0%, 82.7%
LAB68.1, -28.1, -25.5
XYZ28.5, 38.2, 67.5
Decimal46803
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.63:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00B6D3;
}
.text-color {
color: #00B6D3;
}
.border-color {
border: 2px solid #00B6D3;
}