Shades of Robin's Egg Blue #00C9CD
Tints of Robin's Egg Blue #00C9CD
RGB
CMYK
RGB Variations
Color information
#00C9CD (or 0x00C9CD) is known color: Robin's Egg Blue. HEX triplet: 00, C9 and CD. RGB value is (0,201,205). Sum of RGB (Red+Green+Blue) = 0+201+205=406 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #00C9CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C9CD is #FF3632. Grayscale: #8D8D8D. Windows color (decimal): -16725555 or 13486336. OLE color: 13486336.
HSL color Cylindrical-coordinate representation of color #00C9CD: hue angle of 181.17º 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 #00C9CD is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 201 | 205 | - |
| CMYK | 1 | 0.02 | 0 | 0.20 |
| HSL | 181.17º | 1% | 0.4% | - |
| HSV(B) | 181.17º | 1% | 0.8% | - |
| XYZ | 31.91 | 46.18 | 64.99 | - |
| YUV | 141.36 | 163.91 | 27.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 201 | 205 | 1 | 0.02 | 0 | 0.20 | 181.17 | 1 | 0.4 |
| Hex | 0 | C9 | CD | 64 | 2 | 0 | 14 | B5 | 64 | 28 |
| Octal | 0 | 311 | 315 | 144 | 2 | 0 | 24 | 265 | 144 | 50 |
| Binary | 0 | 11001001 | 11001101 | 1100100 | 10 | 0 | 10100 | 10110101 | 1100100 | 101000 |
Color Harmonies of #00C9CD
Complementary color
Monochromatic Colors of #00C9CD
Black with #00C9CD
Text Example
Text Example
White with #00C9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C9CD; }
p { color: rgb(0,201,205); }
H1.HeaderClassName
{
color: #00C9CD;
}
.AnyTagClassName
{
color: #00C9CD;
}
</style>
background-color css
<style>
a { background-color: #00C9CD; }
a { background-color: rgb(0,201,205); }
div.DivClassName
{
background-color: #00C9CD;
}
.BgClassName
{
background-color: #00C9CD;
}
</style>
border-color css
<style>
span { border-color: #00C9CD; }
span { border-color: rgb(0,201,205); }
td.TdClassName
{
border-color: #00C9CD;
}
.TagClassName
{
border-color: #00C9CD;
}
</style>