Shades of Robin's Egg Blue #00C0CD
Tints of Robin's Egg Blue #00C0CD
RGB
CMYK
RGB Variations
Color information
#00C0CD (or 0x00C0CD) is known color: Robin's Egg Blue. HEX triplet: 00, C0 and CD. RGB value is (0,192,205). Sum of RGB (Red+Green+Blue) = 0+192+205=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #00C0CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C0CD is #FF3F32. Grayscale: #878787. Windows color (decimal): -16727859 or 13484032. OLE color: 13484032.
HSL color Cylindrical-coordinate representation of color #00C0CD: hue angle of 183.8º 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 #00C0CD is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 192 | 205 | - |
| CMYK | 1 | 0.06 | 0 | 0.20 |
| HSL | 183.8º | 1% | 0.4% | - |
| HSV(B) | 183.8º | 1% | 0.8% | - |
| XYZ | 29.87 | 42.11 | 64.31 | - |
| YUV | 136.07 | 166.89 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 205 | 1 | 0.06 | 0 | 0.20 | 183.8 | 1 | 0.4 |
| Hex | 0 | C0 | CD | 64 | 6 | 0 | 14 | B8 | 64 | 28 |
| Octal | 0 | 300 | 315 | 144 | 6 | 0 | 24 | 270 | 144 | 50 |
| Binary | 0 | 11000000 | 11001101 | 1100100 | 110 | 0 | 10100 | 10111000 | 1100100 | 101000 |
Color Harmonies of #00C0CD
Complementary color
Monochromatic Colors of #00C0CD
Black with #00C0CD
Text Example
Text Example
White with #00C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C0CD; }
p { color: rgb(0,192,205); }
H1.HeaderClassName
{
color: #00C0CD;
}
.AnyTagClassName
{
color: #00C0CD;
}
</style>
background-color css
<style>
a { background-color: #00C0CD; }
a { background-color: rgb(0,192,205); }
div.DivClassName
{
background-color: #00C0CD;
}
.BgClassName
{
background-color: #00C0CD;
}
</style>
border-color css
<style>
span { border-color: #00C0CD; }
span { border-color: rgb(0,192,205); }
td.TdClassName
{
border-color: #00C0CD;
}
.TagClassName
{
border-color: #00C0CD;
}
</style>