Shades of Robin's Egg Blue #02D1CC
Tints of Robin's Egg Blue #02D1CC
RGB
CMYK
RGB Variations
Color information
#02D1CC (or 0x02D1CC) is known color: Robin's Egg Blue. HEX triplet: 02, D1 and CC. RGB value is (2,209,204). Sum of RGB (Red+Green+Blue) = 2+209+204=415 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 415); Green value is 209 (82.03% from 255 or 50.36% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 209 - color contains mainly: green. Hex color #02D1CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D1CC is #FD2E33. Grayscale: #929292. Windows color (decimal): -16592436 or 13422850. OLE color: 13422850.
HSL color Cylindrical-coordinate representation of color #02D1CC: hue angle of 178.55º 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 #02D1CC is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 209 | 204 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.18 |
| HSL | 178.55º | 0.98% | 0.41% | - |
| HSV(B) | 178.55º | 0.99% | 0.82% | - |
| XYZ | 33.72 | 49.97 | 65 | - |
| YUV | 146.54 | 160.42 | 24.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 204 | 0.99 | 0 | 0.02 | 0.18 | 178.55 | 0.98 | 0.41 |
| Hex | 2 | D1 | CC | 63 | 0 | 2 | 12 | B3 | 62 | 29 |
| Octal | 2 | 321 | 314 | 143 | 0 | 2 | 22 | 263 | 142 | 51 |
| Binary | 10 | 11010001 | 11001100 | 1100011 | 0 | 10 | 10010 | 10110011 | 1100010 | 101001 |
Color Harmonies of #02D1CC
Complementary color
Monochromatic Colors of #02D1CC
Black with #02D1CC
Text Example
Text Example
White with #02D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D1CC; }
p { color: rgb(2,209,204); }
H1.HeaderClassName
{
color: #02D1CC;
}
.AnyTagClassName
{
color: #02D1CC;
}
</style>
background-color css
<style>
a { background-color: #02D1CC; }
a { background-color: rgb(2,209,204); }
div.DivClassName
{
background-color: #02D1CC;
}
.BgClassName
{
background-color: #02D1CC;
}
</style>
border-color css
<style>
span { border-color: #02D1CC; }
span { border-color: rgb(2,209,204); }
td.TdClassName
{
border-color: #02D1CC;
}
.TagClassName
{
border-color: #02D1CC;
}
</style>