Shades of Robin's Egg Blue #02D8BD
Tints of Robin's Egg Blue #02D8BD
RGB
CMYK
RGB Variations
Color information
#02D8BD (or 0x02D8BD) is known color: Robin's Egg Blue. HEX triplet: 02, D8 and BD. RGB value is (2,216,189). Sum of RGB (Red+Green+Blue) = 2+216+189=407 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #02D8BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D8BD is #FD2742. Grayscale: #949494. Windows color (decimal): -16590659 or 12441602. OLE color: 12441602.
HSL color Cylindrical-coordinate representation of color #02D8BD: hue angle of 172.43º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D8BD is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 216 | 189 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.15 |
| HSL | 172.43º | 0.98% | 0.43% | - |
| HSV(B) | 172.43º | 0.99% | 0.85% | - |
| XYZ | 33.77 | 52.8 | 56.56 | - |
| YUV | 148.94 | 150.6 | 23.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 216 | 189 | 0.99 | 0 | 0.12 | 0.15 | 172.43 | 0.98 | 0.43 |
| Hex | 2 | D8 | BD | 63 | 0 | C | F | AC | 62 | 2B |
| Octal | 2 | 330 | 275 | 143 | 0 | 14 | 17 | 254 | 142 | 53 |
| Binary | 10 | 11011000 | 10111101 | 1100011 | 0 | 1100 | 1111 | 10101100 | 1100010 | 101011 |
Color Harmonies of #02D8BD
Complementary color
Monochromatic Colors of #02D8BD
Black with #02D8BD
Text Example
Text Example
White with #02D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D8BD; }
p { color: rgb(2,216,189); }
H1.HeaderClassName
{
color: #02D8BD;
}
.AnyTagClassName
{
color: #02D8BD;
}
</style>
background-color css
<style>
a { background-color: #02D8BD; }
a { background-color: rgb(2,216,189); }
div.DivClassName
{
background-color: #02D8BD;
}
.BgClassName
{
background-color: #02D8BD;
}
</style>
border-color css
<style>
span { border-color: #02D8BD; }
span { border-color: rgb(2,216,189); }
td.TdClassName
{
border-color: #02D8BD;
}
.TagClassName
{
border-color: #02D8BD;
}
</style>