Shades of Robin's Egg Blue #02D1CA
Tints of Robin's Egg Blue #02D1CA
RGB
CMYK
RGB Variations
Color information
#02D1CA (or 0x02D1CA) is known color: Robin's Egg Blue. HEX triplet: 02, D1 and CA. RGB value is (2,209,202). Sum of RGB (Red+Green+Blue) = 2+209+202=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 209 (82.03% from 255 or 50.61% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 209 - color contains mainly: green. Hex color #02D1CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D1CA is #FD2E35. Grayscale: #929292. Windows color (decimal): -16592438 or 13291778. OLE color: 13291778.
HSL color Cylindrical-coordinate representation of color #02D1CA: hue angle of 177.97º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D1CA is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 209 | 202 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.18 |
| HSL | 177.97º | 0.98% | 0.41% | - |
| HSV(B) | 177.97º | 0.99% | 0.82% | - |
| XYZ | 33.49 | 49.88 | 63.74 | - |
| YUV | 146.31 | 159.42 | 25.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 202 | 0.99 | 0 | 0.03 | 0.18 | 177.97 | 0.98 | 0.41 |
| Hex | 2 | D1 | CA | 63 | 0 | 3 | 12 | B2 | 62 | 29 |
| Octal | 2 | 321 | 312 | 143 | 0 | 3 | 22 | 262 | 142 | 51 |
| Binary | 10 | 11010001 | 11001010 | 1100011 | 0 | 11 | 10010 | 10110010 | 1100010 | 101001 |
Color Harmonies of #02D1CA
Complementary color
Monochromatic Colors of #02D1CA
Black with #02D1CA
Text Example
Text Example
White with #02D1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D1CA; }
p { color: rgb(2,209,202); }
H1.HeaderClassName
{
color: #02D1CA;
}
.AnyTagClassName
{
color: #02D1CA;
}
</style>
background-color css
<style>
a { background-color: #02D1CA; }
a { background-color: rgb(2,209,202); }
div.DivClassName
{
background-color: #02D1CA;
}
.BgClassName
{
background-color: #02D1CA;
}
</style>
border-color css
<style>
span { border-color: #02D1CA; }
span { border-color: rgb(2,209,202); }
td.TdClassName
{
border-color: #02D1CA;
}
.TagClassName
{
border-color: #02D1CA;
}
</style>