Shades of Robin's Egg Blue #00C7CA
Tints of Robin's Egg Blue #00C7CA
RGB
CMYK
RGB Variations
Color information
#00C7CA (or 0x00C7CA) is known color: Robin's Egg Blue. HEX triplet: 00, C7 and CA. RGB value is (0,199,202). Sum of RGB (Red+Green+Blue) = 0+199+202=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #00C7CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C7CA is #FF3835. Grayscale: #8B8B8B. Windows color (decimal): -16726070 or 13289216. OLE color: 13289216.
HSL color Cylindrical-coordinate representation of color #00C7CA: hue angle of 180.89º 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 #00C7CA is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 199 | 202 | - |
| CMYK | 1 | 0.01 | 0 | 0.21 |
| HSL | 180.89º | 1% | 0.4% | - |
| HSV(B) | 180.89º | 1% | 0.79% | - |
| XYZ | 31.08 | 45.11 | 62.95 | - |
| YUV | 139.84 | 163.07 | 28.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 199 | 202 | 1 | 0.01 | 0 | 0.21 | 180.89 | 1 | 0.4 |
| Hex | 0 | C7 | CA | 64 | 1 | 0 | 15 | B5 | 64 | 28 |
| Octal | 0 | 307 | 312 | 144 | 1 | 0 | 25 | 265 | 144 | 50 |
| Binary | 0 | 11000111 | 11001010 | 1100100 | 1 | 0 | 10101 | 10110101 | 1100100 | 101000 |
Color Harmonies of #00C7CA
Complementary color
Monochromatic Colors of #00C7CA
Black with #00C7CA
Text Example
Text Example
White with #00C7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C7CA; }
p { color: rgb(0,199,202); }
H1.HeaderClassName
{
color: #00C7CA;
}
.AnyTagClassName
{
color: #00C7CA;
}
</style>
background-color css
<style>
a { background-color: #00C7CA; }
a { background-color: rgb(0,199,202); }
div.DivClassName
{
background-color: #00C7CA;
}
.BgClassName
{
background-color: #00C7CA;
}
</style>
border-color css
<style>
span { border-color: #00C7CA; }
span { border-color: rgb(0,199,202); }
td.TdClassName
{
border-color: #00C7CA;
}
.TagClassName
{
border-color: #00C7CA;
}
</style>