#00BDDB
A medium, vivid cyan closely aligning with Skyblue.
About #00BDDB
The hex code #00BDDB represents a beautifully specific shade of cyan. Its closest recognized web color is Skyblue. This translates to an RGB value of rgb(0, 189, 219).
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 14% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00BDDB
RGB0, 189, 219
HSL188.2°, 100.0%, 42.9%
CMYK100%, 14%, 0%, 14%
HSV188.2°, 100.0%, 85.9%
LAB70.5, -28.9, -26.2
XYZ31.0, 41.5, 73.4
Decimal48603
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.30:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00BDDB;
}
.text-color {
color: #00BDDB;
}
.border-color {
border: 2px solid #00BDDB;
}