Shades of Robin's Egg Blue #00C8CE
Tints of Robin's Egg Blue #00C8CE
RGB
CMYK
RGB Variations
Color information
#00C8CE (or 0x00C8CE) is known color: Robin's Egg Blue. HEX triplet: 00, C8 and CE. RGB value is (0,200,206). Sum of RGB (Red+Green+Blue) = 0+200+206=406 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #00C8CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C8CE is #FF3731. Grayscale: #8C8C8C. Windows color (decimal): -16725810 or 13551616. OLE color: 13551616.
HSL color Cylindrical-coordinate representation of color #00C8CE: hue angle of 181.75º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C8CE is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 200 | 206 | - |
| CMYK | 1 | 0.03 | 0 | 0.19 |
| HSL | 181.75º | 1% | 0.4% | - |
| HSV(B) | 181.75º | 1% | 0.81% | - |
| XYZ | 31.79 | 45.76 | 65.55 | - |
| YUV | 140.88 | 164.74 | 27.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 200 | 206 | 1 | 0.03 | 0 | 0.19 | 181.75 | 1 | 0.4 |
| Hex | 0 | C8 | CE | 64 | 3 | 0 | 13 | B6 | 64 | 28 |
| Octal | 0 | 310 | 316 | 144 | 3 | 0 | 23 | 266 | 144 | 50 |
| Binary | 0 | 11001000 | 11001110 | 1100100 | 11 | 0 | 10011 | 10110110 | 1100100 | 101000 |
Color Harmonies of #00C8CE
Complementary color
Monochromatic Colors of #00C8CE
Black with #00C8CE
Text Example
Text Example
White with #00C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C8CE; }
p { color: rgb(0,200,206); }
H1.HeaderClassName
{
color: #00C8CE;
}
.AnyTagClassName
{
color: #00C8CE;
}
</style>
background-color css
<style>
a { background-color: #00C8CE; }
a { background-color: rgb(0,200,206); }
div.DivClassName
{
background-color: #00C8CE;
}
.BgClassName
{
background-color: #00C8CE;
}
</style>
border-color css
<style>
span { border-color: #00C8CE; }
span { border-color: rgb(0,200,206); }
td.TdClassName
{
border-color: #00C8CE;
}
.TagClassName
{
border-color: #00C8CE;
}
</style>