Shades of Robin's Egg Blue #02D5B7
Tints of Robin's Egg Blue #02D5B7
RGB
CMYK
RGB Variations
Color information
#02D5B7 (or 0x02D5B7) is known color: Robin's Egg Blue. HEX triplet: 02, D5 and B7. RGB value is (2,213,183). Sum of RGB (Red+Green+Blue) = 2+213+183=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 213 (83.59% from 255 or 53.52% from 398); Blue value is 183 (71.88% from 255 or 45.98% from 398); Max value from RGB is 213 - color contains mainly: green. Hex color #02D5B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D5B7 is #FD2A48. Grayscale: #929292. Windows color (decimal): -16591433 or 12047618. OLE color: 12047618.
HSL color Cylindrical-coordinate representation of color #02D5B7: hue angle of 171.47º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D5B7 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 183 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.16 |
| HSL | 171.47º | 0.98% | 0.42% | - |
| HSV(B) | 171.47º | 0.99% | 0.84% | - |
| XYZ | 32.37 | 51.02 | 52.94 | - |
| YUV | 146.49 | 148.6 | 24.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 183 | 0.99 | 0 | 0.14 | 0.16 | 171.47 | 0.98 | 0.42 |
| Hex | 2 | D5 | B7 | 63 | 0 | E | 10 | AB | 62 | 2A |
| Octal | 2 | 325 | 267 | 143 | 0 | 16 | 20 | 253 | 142 | 52 |
| Binary | 10 | 11010101 | 10110111 | 1100011 | 0 | 1110 | 10000 | 10101011 | 1100010 | 101010 |
Color Harmonies of #02D5B7
Complementary color
Monochromatic Colors of #02D5B7
Black with #02D5B7
Text Example
Text Example
White with #02D5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D5B7; }
p { color: rgb(2,213,183); }
H1.HeaderClassName
{
color: #02D5B7;
}
.AnyTagClassName
{
color: #02D5B7;
}
</style>
background-color css
<style>
a { background-color: #02D5B7; }
a { background-color: rgb(2,213,183); }
div.DivClassName
{
background-color: #02D5B7;
}
.BgClassName
{
background-color: #02D5B7;
}
</style>
border-color css
<style>
span { border-color: #02D5B7; }
span { border-color: rgb(2,213,183); }
td.TdClassName
{
border-color: #02D5B7;
}
.TagClassName
{
border-color: #02D5B7;
}
</style>