Shades of Robin's Egg Blue #02C7CB
Tints of Robin's Egg Blue #02C7CB
RGB
CMYK
RGB Variations
Color information
#02C7CB (or 0x02C7CB) is known color: Robin's Egg Blue. HEX triplet: 02, C7 and CB. RGB value is (2,199,203). Sum of RGB (Red+Green+Blue) = 2+199+203=404 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #02C7CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C7CB is #FD3834. Grayscale: #8C8C8C. Windows color (decimal): -16594997 or 13354754. OLE color: 13354754.
HSL color Cylindrical-coordinate representation of color #02C7CB: hue angle of 181.19º 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 #02C7CB is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 199 | 203 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.20 |
| HSL | 181.19º | 0.98% | 0.4% | - |
| HSV(B) | 181.19º | 0.99% | 0.8% | - |
| XYZ | 31.23 | 45.17 | 63.57 | - |
| YUV | 140.55 | 163.23 | 29.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 199 | 203 | 0.99 | 0.02 | 0 | 0.20 | 181.19 | 0.98 | 0.4 |
| Hex | 2 | C7 | CB | 63 | 2 | 0 | 14 | B5 | 62 | 28 |
| Octal | 2 | 307 | 313 | 143 | 2 | 0 | 24 | 265 | 142 | 50 |
| Binary | 10 | 11000111 | 11001011 | 1100011 | 10 | 0 | 10100 | 10110101 | 1100010 | 101000 |
Color Harmonies of #02C7CB
Complementary color
Monochromatic Colors of #02C7CB
Black with #02C7CB
Text Example
Text Example
White with #02C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C7CB; }
p { color: rgb(2,199,203); }
H1.HeaderClassName
{
color: #02C7CB;
}
.AnyTagClassName
{
color: #02C7CB;
}
</style>
background-color css
<style>
a { background-color: #02C7CB; }
a { background-color: rgb(2,199,203); }
div.DivClassName
{
background-color: #02C7CB;
}
.BgClassName
{
background-color: #02C7CB;
}
</style>
border-color css
<style>
span { border-color: #02C7CB; }
span { border-color: rgb(2,199,203); }
td.TdClassName
{
border-color: #02C7CB;
}
.TagClassName
{
border-color: #02C7CB;
}
</style>