Shades of Robin's Egg Blue #02C5CB
Tints of Robin's Egg Blue #02C5CB
RGB
CMYK
RGB Variations
Color information
#02C5CB (or 0x02C5CB) is known color: Robin's Egg Blue. HEX triplet: 02, C5 and CB. RGB value is (2,197,203). Sum of RGB (Red+Green+Blue) = 2+197+203=402 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #02C5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C5CB is #FD3A34. Grayscale: #8B8B8B. Windows color (decimal): -16595509 or 13354242. OLE color: 13354242.
HSL color Cylindrical-coordinate representation of color #02C5CB: hue angle of 181.79º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C5CB is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 197 | 203 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.20 |
| HSL | 181.79º | 0.98% | 0.4% | - |
| HSV(B) | 181.79º | 0.99% | 0.8% | - |
| XYZ | 30.77 | 44.26 | 63.42 | - |
| YUV | 139.38 | 163.9 | 30.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 203 | 0.99 | 0.03 | 0 | 0.20 | 181.79 | 0.98 | 0.4 |
| Hex | 2 | C5 | CB | 63 | 3 | 0 | 14 | B6 | 62 | 28 |
| Octal | 2 | 305 | 313 | 143 | 3 | 0 | 24 | 266 | 142 | 50 |
| Binary | 10 | 11000101 | 11001011 | 1100011 | 11 | 0 | 10100 | 10110110 | 1100010 | 101000 |
Color Harmonies of #02C5CB
Complementary color
Monochromatic Colors of #02C5CB
Black with #02C5CB
Text Example
Text Example
White with #02C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C5CB; }
p { color: rgb(2,197,203); }
H1.HeaderClassName
{
color: #02C5CB;
}
.AnyTagClassName
{
color: #02C5CB;
}
</style>
background-color css
<style>
a { background-color: #02C5CB; }
a { background-color: rgb(2,197,203); }
div.DivClassName
{
background-color: #02C5CB;
}
.BgClassName
{
background-color: #02C5CB;
}
</style>
border-color css
<style>
span { border-color: #02C5CB; }
span { border-color: rgb(2,197,203); }
td.TdClassName
{
border-color: #02C5CB;
}
.TagClassName
{
border-color: #02C5CB;
}
</style>