Shades of Robin's Egg Blue #02CACB
Tints of Robin's Egg Blue #02CACB
RGB
CMYK
RGB Variations
Color information
#02CACB (or 0x02CACB) is known color: Robin's Egg Blue. HEX triplet: 02, CA and CB. RGB value is (2,202,203). Sum of RGB (Red+Green+Blue) = 2+202+203=407 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #02CACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CACB is #FD3534. Grayscale: #8E8E8E. Windows color (decimal): -16594229 or 13355522. OLE color: 13355522.
HSL color Cylindrical-coordinate representation of color #02CACB: 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 #02CACB is Cyan = 0.99, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 202 | 203 | - |
| CMYK | 0.99 | 0.00 | 0 | 0.20 |
| HSL | 180.3º | 0.98% | 0.4% | - |
| HSV(B) | 180.3º | 0.99% | 0.8% | - |
| XYZ | 31.93 | 46.57 | 63.81 | - |
| YUV | 142.31 | 162.24 | 27.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 202 | 203 | 0.99 | 0.00 | 0 | 0.20 | 180.3 | 0.98 | 0.4 |
| Hex | 2 | CA | CB | 63 | 0 | 0 | 14 | B4 | 62 | 28 |
| Octal | 2 | 312 | 313 | 143 | 0 | 0 | 24 | 264 | 142 | 50 |
| Binary | 10 | 11001010 | 11001011 | 1100011 | 0 | 0 | 10100 | 10110100 | 1100010 | 101000 |
Color Harmonies of #02CACB
Complementary color
Monochromatic Colors of #02CACB
Black with #02CACB
Text Example
Text Example
White with #02CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CACB; }
p { color: rgb(2,202,203); }
H1.HeaderClassName
{
color: #02CACB;
}
.AnyTagClassName
{
color: #02CACB;
}
</style>
background-color css
<style>
a { background-color: #02CACB; }
a { background-color: rgb(2,202,203); }
div.DivClassName
{
background-color: #02CACB;
}
.BgClassName
{
background-color: #02CACB;
}
</style>
border-color css
<style>
span { border-color: #02CACB; }
span { border-color: rgb(2,202,203); }
td.TdClassName
{
border-color: #02CACB;
}
.TagClassName
{
border-color: #02CACB;
}
</style>