Shades of Robin's Egg Blue #02C8CA
Tints of Robin's Egg Blue #02C8CA
RGB
CMYK
RGB Variations
Color information
#02C8CA (or 0x02C8CA) is known color: Robin's Egg Blue. HEX triplet: 02, C8 and CA. RGB value is (2,200,202). Sum of RGB (Red+Green+Blue) = 2+200+202=404 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #02C8CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C8CA is #FD3735. Grayscale: #8C8C8C. Windows color (decimal): -16594742 or 13289474. OLE color: 13289474.
HSL color Cylindrical-coordinate representation of color #02C8CA: hue angle of 180.6º 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 #02C8CA is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 200 | 202 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.21 |
| HSL | 180.6º | 0.98% | 0.4% | - |
| HSV(B) | 180.6º | 0.99% | 0.79% | - |
| XYZ | 31.34 | 45.59 | 63.02 | - |
| YUV | 141.03 | 162.4 | 28.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 202 | 0.99 | 0.01 | 0 | 0.21 | 180.6 | 0.98 | 0.4 |
| Hex | 2 | C8 | CA | 63 | 1 | 0 | 15 | B5 | 62 | 28 |
| Octal | 2 | 310 | 312 | 143 | 1 | 0 | 25 | 265 | 142 | 50 |
| Binary | 10 | 11001000 | 11001010 | 1100011 | 1 | 0 | 10101 | 10110101 | 1100010 | 101000 |
Color Harmonies of #02C8CA
Complementary color
Monochromatic Colors of #02C8CA
Black with #02C8CA
Text Example
Text Example
White with #02C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C8CA; }
p { color: rgb(2,200,202); }
H1.HeaderClassName
{
color: #02C8CA;
}
.AnyTagClassName
{
color: #02C8CA;
}
</style>
background-color css
<style>
a { background-color: #02C8CA; }
a { background-color: rgb(2,200,202); }
div.DivClassName
{
background-color: #02C8CA;
}
.BgClassName
{
background-color: #02C8CA;
}
</style>
border-color css
<style>
span { border-color: #02C8CA; }
span { border-color: rgb(2,200,202); }
td.TdClassName
{
border-color: #02C8CA;
}
.TagClassName
{
border-color: #02C8CA;
}
</style>