Shades of Robin's Egg Blue #02CBC8
Tints of Robin's Egg Blue #02CBC8
RGB
CMYK
RGB Variations
Color information
#02CBC8 (or 0x02CBC8) is known color: Robin's Egg Blue. HEX triplet: 02, CB and C8. RGB value is (2,203,200). Sum of RGB (Red+Green+Blue) = 2+203+200=405 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #02CBC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CBC8 is #FD3437. Grayscale: #8E8E8E. Windows color (decimal): -16593976 or 13159170. OLE color: 13159170.
HSL color Cylindrical-coordinate representation of color #02CBC8: hue angle of 179.1º 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 #02CBC8 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 200 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.20 |
| HSL | 179.1º | 0.98% | 0.4% | - |
| HSV(B) | 179.1º | 0.99% | 0.8% | - |
| XYZ | 31.81 | 46.89 | 62.02 | - |
| YUV | 142.56 | 160.41 | 27.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 200 | 0.99 | 0 | 0.01 | 0.20 | 179.1 | 0.98 | 0.4 |
| Hex | 2 | CB | C8 | 63 | 0 | 1 | 14 | B3 | 62 | 28 |
| Octal | 2 | 313 | 310 | 143 | 0 | 1 | 24 | 263 | 142 | 50 |
| Binary | 10 | 11001011 | 11001000 | 1100011 | 0 | 1 | 10100 | 10110011 | 1100010 | 101000 |
Color Harmonies of #02CBC8
Complementary color
Monochromatic Colors of #02CBC8
Black with #02CBC8
Text Example
Text Example
White with #02CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CBC8; }
p { color: rgb(2,203,200); }
H1.HeaderClassName
{
color: #02CBC8;
}
.AnyTagClassName
{
color: #02CBC8;
}
</style>
background-color css
<style>
a { background-color: #02CBC8; }
a { background-color: rgb(2,203,200); }
div.DivClassName
{
background-color: #02CBC8;
}
.BgClassName
{
background-color: #02CBC8;
}
</style>
border-color css
<style>
span { border-color: #02CBC8; }
span { border-color: rgb(2,203,200); }
td.TdClassName
{
border-color: #02CBC8;
}
.TagClassName
{
border-color: #02CBC8;
}
</style>