Shades of Robin's Egg Blue #00D6CB
Tints of Robin's Egg Blue #00D6CB
RGB
CMYK
RGB Variations
Color information
#00D6CB (or 0x00D6CB) is known color: Robin's Egg Blue. HEX triplet: 00, D6 and CB. RGB value is (0,214,203). Sum of RGB (Red+Green+Blue) = 0+214+203=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #00D6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D6CB is #FF2934. Grayscale: #949494. Windows color (decimal): -16722229 or 13358592. OLE color: 13358592.
HSL color Cylindrical-coordinate representation of color #00D6CB: hue angle of 176.92º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D6CB is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 203 | - |
| CMYK | 1 | 0 | 0.05 | 0.16 |
| HSL | 176.92º | 1% | 0.42% | - |
| HSV(B) | 176.92º | 1% | 0.84% | - |
| XYZ | 34.83 | 52.4 | 64.78 | - |
| YUV | 148.76 | 158.6 | 21.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 203 | 1 | 0 | 0.05 | 0.16 | 176.92 | 1 | 0.42 |
| Hex | 0 | D6 | CB | 64 | 0 | 5 | 10 | B1 | 64 | 2A |
| Octal | 0 | 326 | 313 | 144 | 0 | 5 | 20 | 261 | 144 | 52 |
| Binary | 0 | 11010110 | 11001011 | 1100100 | 0 | 101 | 10000 | 10110001 | 1100100 | 101010 |
Color Harmonies of #00D6CB
Complementary color
Monochromatic Colors of #00D6CB
Black with #00D6CB
Text Example
Text Example
White with #00D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D6CB; }
p { color: rgb(0,214,203); }
H1.HeaderClassName
{
color: #00D6CB;
}
.AnyTagClassName
{
color: #00D6CB;
}
</style>
background-color css
<style>
a { background-color: #00D6CB; }
a { background-color: rgb(0,214,203); }
div.DivClassName
{
background-color: #00D6CB;
}
.BgClassName
{
background-color: #00D6CB;
}
</style>
border-color css
<style>
span { border-color: #00D6CB; }
span { border-color: rgb(0,214,203); }
td.TdClassName
{
border-color: #00D6CB;
}
.TagClassName
{
border-color: #00D6CB;
}
</style>