Shades of Robin's Egg Blue #02DDB5
Tints of Robin's Egg Blue #02DDB5
RGB
CMYK
RGB Variations
Color information
#02DDB5 (or 0x02DDB5) is known color: Robin's Egg Blue. HEX triplet: 02, DD and B5. RGB value is (2,221,181). Sum of RGB (Red+Green+Blue) = 2+221+181=404 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DDB5 is #FD224A. Grayscale: #969696. Windows color (decimal): -16589387 or 11918594. OLE color: 11918594.
HSL color Cylindrical-coordinate representation of color #02DDB5: hue angle of 169.04º 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 #02DDB5 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 181 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.13 |
| HSL | 169.04º | 0.98% | 0.44% | - |
| HSV(B) | 169.04º | 0.99% | 0.87% | - |
| XYZ | 34.22 | 55.06 | 52.54 | - |
| YUV | 150.96 | 144.95 | 21.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 181 | 0.99 | 0 | 0.18 | 0.13 | 169.04 | 0.98 | 0.44 |
| Hex | 2 | DD | B5 | 63 | 0 | 12 | D | A9 | 62 | 2C |
| Octal | 2 | 335 | 265 | 143 | 0 | 22 | 15 | 251 | 142 | 54 |
| Binary | 10 | 11011101 | 10110101 | 1100011 | 0 | 10010 | 1101 | 10101001 | 1100010 | 101100 |
Color Harmonies of #02DDB5
Complementary color
Monochromatic Colors of #02DDB5
Black with #02DDB5
Text Example
Text Example
White with #02DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DDB5; }
p { color: rgb(2,221,181); }
H1.HeaderClassName
{
color: #02DDB5;
}
.AnyTagClassName
{
color: #02DDB5;
}
</style>
background-color css
<style>
a { background-color: #02DDB5; }
a { background-color: rgb(2,221,181); }
div.DivClassName
{
background-color: #02DDB5;
}
.BgClassName
{
background-color: #02DDB5;
}
</style>
border-color css
<style>
span { border-color: #02DDB5; }
span { border-color: rgb(2,221,181); }
td.TdClassName
{
border-color: #02DDB5;
}
.TagClassName
{
border-color: #02DDB5;
}
</style>