Shades of Robin's Egg Blue #02DDC2
Tints of Robin's Egg Blue #02DDC2
RGB
CMYK
RGB Variations
Color information
#02DDC2 (or 0x02DDC2) is known color: Robin's Egg Blue. HEX triplet: 02, DD and C2. RGB value is (2,221,194). Sum of RGB (Red+Green+Blue) = 2+221+194=417 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DDC2 is #FD223D. Grayscale: #989898. Windows color (decimal): -16589374 or 12770562. OLE color: 12770562.
HSL color Cylindrical-coordinate representation of color #02DDC2: hue angle of 172.6º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DDC2 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 194 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.13 |
| HSL | 172.6º | 0.98% | 0.44% | - |
| HSV(B) | 172.6º | 0.99% | 0.87% | - |
| XYZ | 35.62 | 55.62 | 59.9 | - |
| YUV | 152.44 | 151.45 | 20.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 194 | 0.99 | 0 | 0.12 | 0.13 | 172.6 | 0.98 | 0.44 |
| Hex | 2 | DD | C2 | 63 | 0 | C | D | AD | 62 | 2C |
| Octal | 2 | 335 | 302 | 143 | 0 | 14 | 15 | 255 | 142 | 54 |
| Binary | 10 | 11011101 | 11000010 | 1100011 | 0 | 1100 | 1101 | 10101101 | 1100010 | 101100 |
Color Harmonies of #02DDC2
Complementary color
Monochromatic Colors of #02DDC2
Black with #02DDC2
Text Example
Text Example
White with #02DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DDC2; }
p { color: rgb(2,221,194); }
H1.HeaderClassName
{
color: #02DDC2;
}
.AnyTagClassName
{
color: #02DDC2;
}
</style>
background-color css
<style>
a { background-color: #02DDC2; }
a { background-color: rgb(2,221,194); }
div.DivClassName
{
background-color: #02DDC2;
}
.BgClassName
{
background-color: #02DDC2;
}
</style>
border-color css
<style>
span { border-color: #02DDC2; }
span { border-color: rgb(2,221,194); }
td.TdClassName
{
border-color: #02DDC2;
}
.TagClassName
{
border-color: #02DDC2;
}
</style>