Shades of Robin's Egg Blue #02CBCB
Tints of Robin's Egg Blue #02CBCB
RGB
CMYK
RGB Variations
Color information
#02CBCB (or 0x02CBCB) is known color: Robin's Egg Blue. HEX triplet: 02, CB and CB. RGB value is (2,203,203). Sum of RGB (Red+Green+Blue) = 2+203+203=408 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #02CBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CBCB is #FD3434. Grayscale: #8E8E8E. Windows color (decimal): -16593973 or 13355778. OLE color: 13355778.
HSL color Cylindrical-coordinate representation of color #02CBCB: hue angle of 180º 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 #02CBCB is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 203 | - |
| CMYK | 0.99 | 0 | 0 | 0.20 |
| HSL | 180º | 0.98% | 0.4% | - |
| HSV(B) | 180º | 0.99% | 0.8% | - |
| XYZ | 32.16 | 47.04 | 63.88 | - |
| YUV | 142.9 | 161.91 | 27.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 203 | 0.99 | 0 | 0 | 0.20 | 180 | 0.98 | 0.4 |
| Hex | 2 | CB | CB | 63 | 0 | 0 | 14 | B4 | 62 | 28 |
| Octal | 2 | 313 | 313 | 143 | 0 | 0 | 24 | 264 | 142 | 50 |
| Binary | 10 | 11001011 | 11001011 | 1100011 | 0 | 0 | 10100 | 10110100 | 1100010 | 101000 |
Color Harmonies of #02CBCB
Complementary color
Monochromatic Colors of #02CBCB
Black with #02CBCB
Text Example
Text Example
White with #02CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CBCB; }
p { color: rgb(2,203,203); }
H1.HeaderClassName
{
color: #02CBCB;
}
.AnyTagClassName
{
color: #02CBCB;
}
</style>
background-color css
<style>
a { background-color: #02CBCB; }
a { background-color: rgb(2,203,203); }
div.DivClassName
{
background-color: #02CBCB;
}
.BgClassName
{
background-color: #02CBCB;
}
</style>
border-color css
<style>
span { border-color: #02CBCB; }
span { border-color: rgb(2,203,203); }
td.TdClassName
{
border-color: #02CBCB;
}
.TagClassName
{
border-color: #02CBCB;
}
</style>