Shades of Robin's Egg Blue #02C7CA
Tints of Robin's Egg Blue #02C7CA
RGB
CMYK
RGB Variations
Color information
#02C7CA (or 0x02C7CA) is known color: Robin's Egg Blue. HEX triplet: 02, C7 and CA. RGB value is (2,199,202). Sum of RGB (Red+Green+Blue) = 2+199+202=403 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #02C7CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C7CA is #FD3835. Grayscale: #8C8C8C. Windows color (decimal): -16594998 or 13289218. OLE color: 13289218.
HSL color Cylindrical-coordinate representation of color #02C7CA: hue angle of 180.9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C7CA is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 199 | 202 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.21 |
| HSL | 180.9º | 0.98% | 0.4% | - |
| HSV(B) | 180.9º | 0.99% | 0.79% | - |
| XYZ | 31.11 | 45.12 | 62.95 | - |
| YUV | 140.44 | 162.73 | 29.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 199 | 202 | 0.99 | 0.01 | 0 | 0.21 | 180.9 | 0.98 | 0.4 |
| Hex | 2 | C7 | CA | 63 | 1 | 0 | 15 | B5 | 62 | 28 |
| Octal | 2 | 307 | 312 | 143 | 1 | 0 | 25 | 265 | 142 | 50 |
| Binary | 10 | 11000111 | 11001010 | 1100011 | 1 | 0 | 10101 | 10110101 | 1100010 | 101000 |
Color Harmonies of #02C7CA
Complementary color
Monochromatic Colors of #02C7CA
Black with #02C7CA
Text Example
Text Example
White with #02C7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C7CA; }
p { color: rgb(2,199,202); }
H1.HeaderClassName
{
color: #02C7CA;
}
.AnyTagClassName
{
color: #02C7CA;
}
</style>
background-color css
<style>
a { background-color: #02C7CA; }
a { background-color: rgb(2,199,202); }
div.DivClassName
{
background-color: #02C7CA;
}
.BgClassName
{
background-color: #02C7CA;
}
</style>
border-color css
<style>
span { border-color: #02C7CA; }
span { border-color: rgb(2,199,202); }
td.TdClassName
{
border-color: #02C7CA;
}
.TagClassName
{
border-color: #02C7CA;
}
</style>