Shades of Robin's Egg Blue #00CAC9
Tints of Robin's Egg Blue #00CAC9
RGB
CMYK
RGB Variations
Color information
#00CAC9 (or 0x00CAC9) is known color: Robin's Egg Blue. HEX triplet: 00, CA and C9. RGB value is (0,202,201). Sum of RGB (Red+Green+Blue) = 0+202+201=403 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #00CAC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CAC9 is #FF3536. Grayscale: #8D8D8D. Windows color (decimal): -16725303 or 13224448. OLE color: 13224448.
HSL color Cylindrical-coordinate representation of color #00CAC9: hue angle of 179.7º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CAC9 is Cyan = 1, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 201 | - |
| CMYK | 1 | 0 | 0.00 | 0.21 |
| HSL | 179.7º | 1% | 0.4% | - |
| HSV(B) | 179.7º | 1% | 0.79% | - |
| XYZ | 31.66 | 46.46 | 62.56 | - |
| YUV | 141.49 | 161.58 | 27.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 201 | 1 | 0 | 0.00 | 0.21 | 179.7 | 1 | 0.4 |
| Hex | 0 | CA | C9 | 64 | 0 | 0 | 15 | B4 | 64 | 28 |
| Octal | 0 | 312 | 311 | 144 | 0 | 0 | 25 | 264 | 144 | 50 |
| Binary | 0 | 11001010 | 11001001 | 1100100 | 0 | 0 | 10101 | 10110100 | 1100100 | 101000 |
Color Harmonies of #00CAC9
Complementary color
Monochromatic Colors of #00CAC9
Black with #00CAC9
Text Example
Text Example
White with #00CAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CAC9; }
p { color: rgb(0,202,201); }
H1.HeaderClassName
{
color: #00CAC9;
}
.AnyTagClassName
{
color: #00CAC9;
}
</style>
background-color css
<style>
a { background-color: #00CAC9; }
a { background-color: rgb(0,202,201); }
div.DivClassName
{
background-color: #00CAC9;
}
.BgClassName
{
background-color: #00CAC9;
}
</style>
border-color css
<style>
span { border-color: #00CAC9; }
span { border-color: rgb(0,202,201); }
td.TdClassName
{
border-color: #00CAC9;
}
.TagClassName
{
border-color: #00CAC9;
}
</style>