Shades of Robin's Egg Blue #02C9CB
Tints of Robin's Egg Blue #02C9CB
RGB
CMYK
RGB Variations
Color information
#02C9CB (or 0x02C9CB) is known color: Robin's Egg Blue. HEX triplet: 02, C9 and CB. RGB value is (2,201,203). Sum of RGB (Red+Green+Blue) = 2+201+203=406 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #02C9CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C9CB is #FD3634. Grayscale: #8D8D8D. Windows color (decimal): -16594485 or 13355266. OLE color: 13355266.
HSL color Cylindrical-coordinate representation of color #02C9CB: hue angle of 180.6º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C9CB is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 201 | 203 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.20 |
| HSL | 180.6º | 0.98% | 0.4% | - |
| HSV(B) | 180.6º | 0.99% | 0.8% | - |
| XYZ | 31.69 | 46.1 | 63.73 | - |
| YUV | 141.73 | 162.57 | 28.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 203 | 0.99 | 0.01 | 0 | 0.20 | 180.6 | 0.98 | 0.4 |
| Hex | 2 | C9 | CB | 63 | 1 | 0 | 14 | B5 | 62 | 28 |
| Octal | 2 | 311 | 313 | 143 | 1 | 0 | 24 | 265 | 142 | 50 |
| Binary | 10 | 11001001 | 11001011 | 1100011 | 1 | 0 | 10100 | 10110101 | 1100010 | 101000 |
Color Harmonies of #02C9CB
Complementary color
Monochromatic Colors of #02C9CB
Black with #02C9CB
Text Example
Text Example
White with #02C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C9CB; }
p { color: rgb(2,201,203); }
H1.HeaderClassName
{
color: #02C9CB;
}
.AnyTagClassName
{
color: #02C9CB;
}
</style>
background-color css
<style>
a { background-color: #02C9CB; }
a { background-color: rgb(2,201,203); }
div.DivClassName
{
background-color: #02C9CB;
}
.BgClassName
{
background-color: #02C9CB;
}
</style>
border-color css
<style>
span { border-color: #02C9CB; }
span { border-color: rgb(2,201,203); }
td.TdClassName
{
border-color: #02C9CB;
}
.TagClassName
{
border-color: #02C9CB;
}
</style>