Shades of Robin's Egg Blue #00C5CB
Tints of Robin's Egg Blue #00C5CB
RGB
CMYK
RGB Variations
Color information
#00C5CB (or 0x00C5CB) is known color: Robin's Egg Blue. HEX triplet: 00, C5 and CB. RGB value is (0,197,203). Sum of RGB (Red+Green+Blue) = 0+197+203=400 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #00C5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C5CB is #FF3A34. Grayscale: #8A8A8A. Windows color (decimal): -16726581 or 13354240. OLE color: 13354240.
HSL color Cylindrical-coordinate representation of color #00C5CB: hue angle of 181.77º 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 #00C5CB is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 197 | 203 | - |
| CMYK | 1 | 0.03 | 0 | 0.20 |
| HSL | 181.77º | 1% | 0.4% | - |
| HSV(B) | 181.77º | 1% | 0.8% | - |
| XYZ | 30.75 | 44.24 | 63.42 | - |
| YUV | 138.78 | 164.23 | 29.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 203 | 1 | 0.03 | 0 | 0.20 | 181.77 | 1 | 0.4 |
| Hex | 0 | C5 | CB | 64 | 3 | 0 | 14 | B6 | 64 | 28 |
| Octal | 0 | 305 | 313 | 144 | 3 | 0 | 24 | 266 | 144 | 50 |
| Binary | 0 | 11000101 | 11001011 | 1100100 | 11 | 0 | 10100 | 10110110 | 1100100 | 101000 |
Color Harmonies of #00C5CB
Complementary color
Monochromatic Colors of #00C5CB
Black with #00C5CB
Text Example
Text Example
White with #00C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C5CB; }
p { color: rgb(0,197,203); }
H1.HeaderClassName
{
color: #00C5CB;
}
.AnyTagClassName
{
color: #00C5CB;
}
</style>
background-color css
<style>
a { background-color: #00C5CB; }
a { background-color: rgb(0,197,203); }
div.DivClassName
{
background-color: #00C5CB;
}
.BgClassName
{
background-color: #00C5CB;
}
</style>
border-color css
<style>
span { border-color: #00C5CB; }
span { border-color: rgb(0,197,203); }
td.TdClassName
{
border-color: #00C5CB;
}
.TagClassName
{
border-color: #00C5CB;
}
</style>