Shades of Robin's Egg Blue #00C2CE
Tints of Robin's Egg Blue #00C2CE
RGB
CMYK
RGB Variations
Color information
#00C2CE (or 0x00C2CE) is known color: Robin's Egg Blue. HEX triplet: 00, C2 and CE. RGB value is (0,194,206). Sum of RGB (Red+Green+Blue) = 0+194+206=400 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #00C2CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C2CE is #FF3D31. Grayscale: #898989. Windows color (decimal): -16727346 or 13550080. OLE color: 13550080.
HSL color Cylindrical-coordinate representation of color #00C2CE: hue angle of 183.5º 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 #00C2CE is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 194 | 206 | - |
| CMYK | 1 | 0.06 | 0 | 0.19 |
| HSL | 183.5º | 1% | 0.4% | - |
| HSV(B) | 183.5º | 1% | 0.81% | - |
| XYZ | 30.43 | 43.04 | 65.1 | - |
| YUV | 137.36 | 166.73 | 30.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 206 | 1 | 0.06 | 0 | 0.19 | 183.5 | 1 | 0.4 |
| Hex | 0 | C2 | CE | 64 | 6 | 0 | 13 | B7 | 64 | 28 |
| Octal | 0 | 302 | 316 | 144 | 6 | 0 | 23 | 267 | 144 | 50 |
| Binary | 0 | 11000010 | 11001110 | 1100100 | 110 | 0 | 10011 | 10110111 | 1100100 | 101000 |
Color Harmonies of #00C2CE
Complementary color
Monochromatic Colors of #00C2CE
Black with #00C2CE
Text Example
Text Example
White with #00C2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C2CE; }
p { color: rgb(0,194,206); }
H1.HeaderClassName
{
color: #00C2CE;
}
.AnyTagClassName
{
color: #00C2CE;
}
</style>
background-color css
<style>
a { background-color: #00C2CE; }
a { background-color: rgb(0,194,206); }
div.DivClassName
{
background-color: #00C2CE;
}
.BgClassName
{
background-color: #00C2CE;
}
</style>
border-color css
<style>
span { border-color: #00C2CE; }
span { border-color: rgb(0,194,206); }
td.TdClassName
{
border-color: #00C2CE;
}
.TagClassName
{
border-color: #00C2CE;
}
</style>