Shades of Robin's Egg Blue #00C4CB
Tints of Robin's Egg Blue #00C4CB
RGB
CMYK
RGB Variations
Color information
#00C4CB (or 0x00C4CB) is known color: Robin's Egg Blue. HEX triplet: 00, C4 and CB. RGB value is (0,196,203). Sum of RGB (Red+Green+Blue) = 0+196+203=399 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #00C4CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C4CB is #FF3B34. Grayscale: #898989. Windows color (decimal): -16726837 or 13353984. OLE color: 13353984.
HSL color Cylindrical-coordinate representation of color #00C4CB: hue angle of 182.07º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C4CB is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 196 | 203 | - |
| CMYK | 1 | 0.03 | 0 | 0.20 |
| HSL | 182.07º | 1% | 0.4% | - |
| HSV(B) | 182.07º | 1% | 0.8% | - |
| XYZ | 30.52 | 43.79 | 63.34 | - |
| YUV | 138.19 | 164.57 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 196 | 203 | 1 | 0.03 | 0 | 0.20 | 182.07 | 1 | 0.4 |
| Hex | 0 | C4 | CB | 64 | 3 | 0 | 14 | B6 | 64 | 28 |
| Octal | 0 | 304 | 313 | 144 | 3 | 0 | 24 | 266 | 144 | 50 |
| Binary | 0 | 11000100 | 11001011 | 1100100 | 11 | 0 | 10100 | 10110110 | 1100100 | 101000 |
Color Harmonies of #00C4CB
Complementary color
Monochromatic Colors of #00C4CB
Black with #00C4CB
Text Example
Text Example
White with #00C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C4CB; }
p { color: rgb(0,196,203); }
H1.HeaderClassName
{
color: #00C4CB;
}
.AnyTagClassName
{
color: #00C4CB;
}
</style>
background-color css
<style>
a { background-color: #00C4CB; }
a { background-color: rgb(0,196,203); }
div.DivClassName
{
background-color: #00C4CB;
}
.BgClassName
{
background-color: #00C4CB;
}
</style>
border-color css
<style>
span { border-color: #00C4CB; }
span { border-color: rgb(0,196,203); }
td.TdClassName
{
border-color: #00C4CB;
}
.TagClassName
{
border-color: #00C4CB;
}
</style>