Shades of Robin's Egg Blue #02DBBA
Tints of Robin's Egg Blue #02DBBA
RGB
CMYK
RGB Variations
Color information
#02DBBA (or 0x02DBBA) is known color: Robin's Egg Blue. HEX triplet: 02, DB and BA. RGB value is (2,219,186). Sum of RGB (Red+Green+Blue) = 2+219+186=407 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #02DBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DBBA is #FD2445. Grayscale: #969696. Windows color (decimal): -16589894 or 12245762. OLE color: 12245762.
HSL color Cylindrical-coordinate representation of color #02DBBA: hue angle of 170.88º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DBBA is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 219 | 186 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.14 |
| HSL | 170.88º | 0.98% | 0.43% | - |
| HSV(B) | 170.88º | 0.99% | 0.86% | - |
| XYZ | 34.22 | 54.22 | 55.12 | - |
| YUV | 150.36 | 148.11 | 22.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 219 | 186 | 0.99 | 0 | 0.15 | 0.14 | 170.88 | 0.98 | 0.43 |
| Hex | 2 | DB | BA | 63 | 0 | F | E | AB | 62 | 2B |
| Octal | 2 | 333 | 272 | 143 | 0 | 17 | 16 | 253 | 142 | 53 |
| Binary | 10 | 11011011 | 10111010 | 1100011 | 0 | 1111 | 1110 | 10101011 | 1100010 | 101011 |
Color Harmonies of #02DBBA
Complementary color
Monochromatic Colors of #02DBBA
Black with #02DBBA
Text Example
Text Example
White with #02DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DBBA; }
p { color: rgb(2,219,186); }
H1.HeaderClassName
{
color: #02DBBA;
}
.AnyTagClassName
{
color: #02DBBA;
}
</style>
background-color css
<style>
a { background-color: #02DBBA; }
a { background-color: rgb(2,219,186); }
div.DivClassName
{
background-color: #02DBBA;
}
.BgClassName
{
background-color: #02DBBA;
}
</style>
border-color css
<style>
span { border-color: #02DBBA; }
span { border-color: rgb(2,219,186); }
td.TdClassName
{
border-color: #02DBBA;
}
.TagClassName
{
border-color: #02DBBA;
}
</style>