Shades of Robin's Egg Blue #00D1CB
Tints of Robin's Egg Blue #00D1CB
RGB
CMYK
RGB Variations
Color information
#00D1CB (or 0x00D1CB) is known color: Robin's Egg Blue. HEX triplet: 00, D1 and CB. RGB value is (0,209,203). Sum of RGB (Red+Green+Blue) = 0+209+203=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #00D1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D1CB is #FF2E34. Grayscale: #919191. Windows color (decimal): -16723509 or 13357312. OLE color: 13357312.
HSL color Cylindrical-coordinate representation of color #00D1CB: hue angle of 178.28º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D1CB is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 203 | - |
| CMYK | 1 | 0 | 0.03 | 0.18 |
| HSL | 178.28º | 1% | 0.41% | - |
| HSV(B) | 178.28º | 1% | 0.82% | - |
| XYZ | 33.58 | 49.91 | 64.36 | - |
| YUV | 145.83 | 160.26 | 23.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 203 | 1 | 0 | 0.03 | 0.18 | 178.28 | 1 | 0.41 |
| Hex | 0 | D1 | CB | 64 | 0 | 3 | 12 | B2 | 64 | 29 |
| Octal | 0 | 321 | 313 | 144 | 0 | 3 | 22 | 262 | 144 | 51 |
| Binary | 0 | 11010001 | 11001011 | 1100100 | 0 | 11 | 10010 | 10110010 | 1100100 | 101001 |
Color Harmonies of #00D1CB
Complementary color
Monochromatic Colors of #00D1CB
Black with #00D1CB
Text Example
Text Example
White with #00D1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D1CB; }
p { color: rgb(0,209,203); }
H1.HeaderClassName
{
color: #00D1CB;
}
.AnyTagClassName
{
color: #00D1CB;
}
</style>
background-color css
<style>
a { background-color: #00D1CB; }
a { background-color: rgb(0,209,203); }
div.DivClassName
{
background-color: #00D1CB;
}
.BgClassName
{
background-color: #00D1CB;
}
</style>
border-color css
<style>
span { border-color: #00D1CB; }
span { border-color: rgb(0,209,203); }
td.TdClassName
{
border-color: #00D1CB;
}
.TagClassName
{
border-color: #00D1CB;
}
</style>