Shades of Robin's Egg Blue #02DBBC
Tints of Robin's Egg Blue #02DBBC
RGB
CMYK
RGB Variations
Color information
#02DBBC (or 0x02DBBC) is known color: Robin's Egg Blue. HEX triplet: 02, DB and BC. RGB value is (2,219,188). Sum of RGB (Red+Green+Blue) = 2+219+188=409 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #02DBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DBBC is #FD2443. Grayscale: #969696. Windows color (decimal): -16589892 or 12376834. OLE color: 12376834.
HSL color Cylindrical-coordinate representation of color #02DBBC: hue angle of 171.43º 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 #02DBBC is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 219 | 188 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.14 |
| HSL | 171.43º | 0.98% | 0.43% | - |
| HSV(B) | 171.43º | 0.99% | 0.86% | - |
| XYZ | 34.43 | 54.31 | 56.24 | - |
| YUV | 150.58 | 149.11 | 22.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 219 | 188 | 0.99 | 0 | 0.14 | 0.14 | 171.43 | 0.98 | 0.43 |
| Hex | 2 | DB | BC | 63 | 0 | E | E | AB | 62 | 2B |
| Octal | 2 | 333 | 274 | 143 | 0 | 16 | 16 | 253 | 142 | 53 |
| Binary | 10 | 11011011 | 10111100 | 1100011 | 0 | 1110 | 1110 | 10101011 | 1100010 | 101011 |
Color Harmonies of #02DBBC
Complementary color
Monochromatic Colors of #02DBBC
Black with #02DBBC
Text Example
Text Example
White with #02DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DBBC; }
p { color: rgb(2,219,188); }
H1.HeaderClassName
{
color: #02DBBC;
}
.AnyTagClassName
{
color: #02DBBC;
}
</style>
background-color css
<style>
a { background-color: #02DBBC; }
a { background-color: rgb(2,219,188); }
div.DivClassName
{
background-color: #02DBBC;
}
.BgClassName
{
background-color: #02DBBC;
}
</style>
border-color css
<style>
span { border-color: #02DBBC; }
span { border-color: rgb(2,219,188); }
td.TdClassName
{
border-color: #02DBBC;
}
.TagClassName
{
border-color: #02DBBC;
}
</style>