Shades of Robin's Egg Blue #02C9BA
Tints of Robin's Egg Blue #02C9BA
RGB
CMYK
RGB Variations
Color information
#02C9BA (or 0x02C9BA) is known color: Robin's Egg Blue. HEX triplet: 02, C9 and BA. RGB value is (2,201,186). Sum of RGB (Red+Green+Blue) = 2+201+186=389 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #02C9BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C9BA is #FD3645. Grayscale: #8B8B8B. Windows color (decimal): -16594502 or 12241154. OLE color: 12241154.
HSL color Cylindrical-coordinate representation of color #02C9BA: hue angle of 175.48º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C9BA is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 186 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.21 |
| HSL | 175.48º | 0.98% | 0.4% | - |
| HSV(B) | 175.48º | 0.99% | 0.79% | - |
| XYZ | 29.77 | 45.33 | 53.63 | - |
| YUV | 139.79 | 154.07 | 29.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 186 | 0.99 | 0 | 0.07 | 0.21 | 175.48 | 0.98 | 0.4 |
| Hex | 2 | C9 | BA | 63 | 0 | 7 | 15 | AF | 62 | 28 |
| Octal | 2 | 311 | 272 | 143 | 0 | 7 | 25 | 257 | 142 | 50 |
| Binary | 10 | 11001001 | 10111010 | 1100011 | 0 | 111 | 10101 | 10101111 | 1100010 | 101000 |
Color Harmonies of #02C9BA
Complementary color
Monochromatic Colors of #02C9BA
Black with #02C9BA
Text Example
Text Example
White with #02C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C9BA; }
p { color: rgb(2,201,186); }
H1.HeaderClassName
{
color: #02C9BA;
}
.AnyTagClassName
{
color: #02C9BA;
}
</style>
background-color css
<style>
a { background-color: #02C9BA; }
a { background-color: rgb(2,201,186); }
div.DivClassName
{
background-color: #02C9BA;
}
.BgClassName
{
background-color: #02C9BA;
}
</style>
border-color css
<style>
span { border-color: #02C9BA; }
span { border-color: rgb(2,201,186); }
td.TdClassName
{
border-color: #02C9BA;
}
.TagClassName
{
border-color: #02C9BA;
}
</style>