Shades of Robin's Egg Blue #02DDC7
Tints of Robin's Egg Blue #02DDC7
RGB
CMYK
RGB Variations
Color information
#02DDC7 (or 0x02DDC7) is known color: Robin's Egg Blue. HEX triplet: 02, DD and C7. RGB value is (2,221,199). Sum of RGB (Red+Green+Blue) = 2+221+199=422 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DDC7 is #FD2238. Grayscale: #989898. Windows color (decimal): -16589369 or 13098242. OLE color: 13098242.
HSL color Cylindrical-coordinate representation of color #02DDC7: hue angle of 173.97º 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 #02DDC7 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 199 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.13 |
| HSL | 173.97º | 0.98% | 0.44% | - |
| HSV(B) | 173.97º | 0.99% | 0.87% | - |
| XYZ | 36.19 | 55.85 | 62.91 | - |
| YUV | 153.01 | 153.95 | 20.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 199 | 0.99 | 0 | 0.10 | 0.13 | 173.97 | 0.98 | 0.44 |
| Hex | 2 | DD | C7 | 63 | 0 | A | D | AE | 62 | 2C |
| Octal | 2 | 335 | 307 | 143 | 0 | 12 | 15 | 256 | 142 | 54 |
| Binary | 10 | 11011101 | 11000111 | 1100011 | 0 | 1010 | 1101 | 10101110 | 1100010 | 101100 |
Color Harmonies of #02DDC7
Complementary color
Monochromatic Colors of #02DDC7
Black with #02DDC7
Text Example
Text Example
White with #02DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DDC7; }
p { color: rgb(2,221,199); }
H1.HeaderClassName
{
color: #02DDC7;
}
.AnyTagClassName
{
color: #02DDC7;
}
</style>
background-color css
<style>
a { background-color: #02DDC7; }
a { background-color: rgb(2,221,199); }
div.DivClassName
{
background-color: #02DDC7;
}
.BgClassName
{
background-color: #02DDC7;
}
</style>
border-color css
<style>
span { border-color: #02DDC7; }
span { border-color: rgb(2,221,199); }
td.TdClassName
{
border-color: #02DDC7;
}
.TagClassName
{
border-color: #02DDC7;
}
</style>