Shades of Robin's Egg Blue #00D7CB
Tints of Robin's Egg Blue #00D7CB
RGB
CMYK
RGB Variations
Color information
#00D7CB (or 0x00D7CB) is known color: Robin's Egg Blue. HEX triplet: 00, D7 and CB. RGB value is (0,215,203). Sum of RGB (Red+Green+Blue) = 0+215+203=418 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #00D7CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D7CB is #FF2834. Grayscale: #959595. Windows color (decimal): -16721973 or 13358848. OLE color: 13358848.
HSL color Cylindrical-coordinate representation of color #00D7CB: hue angle of 176.65º 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 #00D7CB is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 215 | 203 | - |
| CMYK | 1 | 0 | 0.06 | 0.16 |
| HSL | 176.65º | 1% | 0.42% | - |
| HSV(B) | 176.65º | 1% | 0.84% | - |
| XYZ | 35.08 | 52.91 | 64.86 | - |
| YUV | 149.35 | 158.27 | 21.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 215 | 203 | 1 | 0 | 0.06 | 0.16 | 176.65 | 1 | 0.42 |
| Hex | 0 | D7 | CB | 64 | 0 | 6 | 10 | B1 | 64 | 2A |
| Octal | 0 | 327 | 313 | 144 | 0 | 6 | 20 | 261 | 144 | 52 |
| Binary | 0 | 11010111 | 11001011 | 1100100 | 0 | 110 | 10000 | 10110001 | 1100100 | 101010 |
Color Harmonies of #00D7CB
Complementary color
Monochromatic Colors of #00D7CB
Black with #00D7CB
Text Example
Text Example
White with #00D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D7CB; }
p { color: rgb(0,215,203); }
H1.HeaderClassName
{
color: #00D7CB;
}
.AnyTagClassName
{
color: #00D7CB;
}
</style>
background-color css
<style>
a { background-color: #00D7CB; }
a { background-color: rgb(0,215,203); }
div.DivClassName
{
background-color: #00D7CB;
}
.BgClassName
{
background-color: #00D7CB;
}
</style>
border-color css
<style>
span { border-color: #00D7CB; }
span { border-color: rgb(0,215,203); }
td.TdClassName
{
border-color: #00D7CB;
}
.TagClassName
{
border-color: #00D7CB;
}
</style>