Shades of Robin's Egg Blue #02D2CB
Tints of Robin's Egg Blue #02D2CB
RGB
CMYK
RGB Variations
Color information
#02D2CB (or 0x02D2CB) is known color: Robin's Egg Blue. HEX triplet: 02, D2 and CB. RGB value is (2,210,203). Sum of RGB (Red+Green+Blue) = 2+210+203=415 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #02D2CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D2CB is #FD2D34. Grayscale: #929292. Windows color (decimal): -16592181 or 13357570. OLE color: 13357570.
HSL color Cylindrical-coordinate representation of color #02D2CB: hue angle of 177.98º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D2CB is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 203 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.18 |
| HSL | 177.98º | 0.98% | 0.42% | - |
| HSV(B) | 177.98º | 0.99% | 0.82% | - |
| XYZ | 33.85 | 50.42 | 64.45 | - |
| YUV | 147.01 | 159.59 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 203 | 0.99 | 0 | 0.03 | 0.18 | 177.98 | 0.98 | 0.42 |
| Hex | 2 | D2 | CB | 63 | 0 | 3 | 12 | B2 | 62 | 2A |
| Octal | 2 | 322 | 313 | 143 | 0 | 3 | 22 | 262 | 142 | 52 |
| Binary | 10 | 11010010 | 11001011 | 1100011 | 0 | 11 | 10010 | 10110010 | 1100010 | 101010 |
Color Harmonies of #02D2CB
Complementary color
Monochromatic Colors of #02D2CB
Black with #02D2CB
Text Example
Text Example
White with #02D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D2CB; }
p { color: rgb(2,210,203); }
H1.HeaderClassName
{
color: #02D2CB;
}
.AnyTagClassName
{
color: #02D2CB;
}
</style>
background-color css
<style>
a { background-color: #02D2CB; }
a { background-color: rgb(2,210,203); }
div.DivClassName
{
background-color: #02D2CB;
}
.BgClassName
{
background-color: #02D2CB;
}
</style>
border-color css
<style>
span { border-color: #02D2CB; }
span { border-color: rgb(2,210,203); }
td.TdClassName
{
border-color: #02D2CB;
}
.TagClassName
{
border-color: #02D2CB;
}
</style>