Shades of Robin's Egg Blue #02C2CA
Tints of Robin's Egg Blue #02C2CA
RGB
CMYK
RGB Variations
Color information
#02C2CA (or 0x02C2CA) is known color: Robin's Egg Blue. HEX triplet: 02, C2 and CA. RGB value is (2,194,202). Sum of RGB (Red+Green+Blue) = 2+194+202=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #02C2CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C2CA is #FD3D35. Grayscale: #898989. Windows color (decimal): -16596278 or 13287938. OLE color: 13287938.
HSL color Cylindrical-coordinate representation of color #02C2CA: hue angle of 182.4º 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 #02C2CA is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 194 | 202 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.21 |
| HSL | 182.4º | 0.98% | 0.4% | - |
| HSV(B) | 182.4º | 0.99% | 0.79% | - |
| XYZ | 29.98 | 42.86 | 62.57 | - |
| YUV | 137.5 | 164.39 | 31.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 202 | 0.99 | 0.04 | 0 | 0.21 | 182.4 | 0.98 | 0.4 |
| Hex | 2 | C2 | CA | 63 | 4 | 0 | 15 | B6 | 62 | 28 |
| Octal | 2 | 302 | 312 | 143 | 4 | 0 | 25 | 266 | 142 | 50 |
| Binary | 10 | 11000010 | 11001010 | 1100011 | 100 | 0 | 10101 | 10110110 | 1100010 | 101000 |
Color Harmonies of #02C2CA
Complementary color
Monochromatic Colors of #02C2CA
Black with #02C2CA
Text Example
Text Example
White with #02C2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C2CA; }
p { color: rgb(2,194,202); }
H1.HeaderClassName
{
color: #02C2CA;
}
.AnyTagClassName
{
color: #02C2CA;
}
</style>
background-color css
<style>
a { background-color: #02C2CA; }
a { background-color: rgb(2,194,202); }
div.DivClassName
{
background-color: #02C2CA;
}
.BgClassName
{
background-color: #02C2CA;
}
</style>
border-color css
<style>
span { border-color: #02C2CA; }
span { border-color: rgb(2,194,202); }
td.TdClassName
{
border-color: #02C2CA;
}
.TagClassName
{
border-color: #02C2CA;
}
</style>