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