Shades of Robin's Egg Blue #00C2CD
Tints of Robin's Egg Blue #00C2CD
RGB
CMYK
RGB Variations
Color information
#00C2CD (or 0x00C2CD) is known color: Robin's Egg Blue. HEX triplet: 00, C2 and CD. RGB value is (0,194,205). Sum of RGB (Red+Green+Blue) = 0+194+205=399 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #00C2CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C2CD is #FF3D32. Grayscale: #898989. Windows color (decimal): -16727347 or 13484544. OLE color: 13484544.
HSL color Cylindrical-coordinate representation of color #00C2CD: hue angle of 183.22º 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 #00C2CD is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 194 | 205 | - |
| CMYK | 1 | 0.05 | 0 | 0.20 |
| HSL | 183.22º | 1% | 0.4% | - |
| HSV(B) | 183.22º | 1% | 0.8% | - |
| XYZ | 30.31 | 42.99 | 64.46 | - |
| YUV | 137.25 | 166.23 | 30.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 205 | 1 | 0.05 | 0 | 0.20 | 183.22 | 1 | 0.4 |
| Hex | 0 | C2 | CD | 64 | 5 | 0 | 14 | B7 | 64 | 28 |
| Octal | 0 | 302 | 315 | 144 | 5 | 0 | 24 | 267 | 144 | 50 |
| Binary | 0 | 11000010 | 11001101 | 1100100 | 101 | 0 | 10100 | 10110111 | 1100100 | 101000 |
Color Harmonies of #00C2CD
Complementary color
Monochromatic Colors of #00C2CD
Black with #00C2CD
Text Example
Text Example
White with #00C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C2CD; }
p { color: rgb(0,194,205); }
H1.HeaderClassName
{
color: #00C2CD;
}
.AnyTagClassName
{
color: #00C2CD;
}
</style>
background-color css
<style>
a { background-color: #00C2CD; }
a { background-color: rgb(0,194,205); }
div.DivClassName
{
background-color: #00C2CD;
}
.BgClassName
{
background-color: #00C2CD;
}
</style>
border-color css
<style>
span { border-color: #00C2CD; }
span { border-color: rgb(0,194,205); }
td.TdClassName
{
border-color: #00C2CD;
}
.TagClassName
{
border-color: #00C2CD;
}
</style>