Shades of Robin's Egg Blue #02C1CB
Tints of Robin's Egg Blue #02C1CB
RGB
CMYK
RGB Variations
Color information
#02C1CB (or 0x02C1CB) is known color: Robin's Egg Blue. HEX triplet: 02, C1 and CB. RGB value is (2,193,203). Sum of RGB (Red+Green+Blue) = 2+193+203=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #02C1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C1CB is #FD3E34. Grayscale: #888888. Windows color (decimal): -16596533 or 13353218. OLE color: 13353218.
HSL color Cylindrical-coordinate representation of color #02C1CB: hue angle of 182.99º 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 #02C1CB is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 193 | 203 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.20 |
| HSL | 182.99º | 0.98% | 0.4% | - |
| HSV(B) | 182.99º | 0.99% | 0.8% | - |
| XYZ | 29.87 | 42.46 | 63.12 | - |
| YUV | 137.03 | 165.22 | 31.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 203 | 0.99 | 0.05 | 0 | 0.20 | 182.99 | 0.98 | 0.4 |
| Hex | 2 | C1 | CB | 63 | 5 | 0 | 14 | B7 | 62 | 28 |
| Octal | 2 | 301 | 313 | 143 | 5 | 0 | 24 | 267 | 142 | 50 |
| Binary | 10 | 11000001 | 11001011 | 1100011 | 101 | 0 | 10100 | 10110111 | 1100010 | 101000 |
Color Harmonies of #02C1CB
Complementary color
Monochromatic Colors of #02C1CB
Black with #02C1CB
Text Example
Text Example
White with #02C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C1CB; }
p { color: rgb(2,193,203); }
H1.HeaderClassName
{
color: #02C1CB;
}
.AnyTagClassName
{
color: #02C1CB;
}
</style>
background-color css
<style>
a { background-color: #02C1CB; }
a { background-color: rgb(2,193,203); }
div.DivClassName
{
background-color: #02C1CB;
}
.BgClassName
{
background-color: #02C1CB;
}
</style>
border-color css
<style>
span { border-color: #02C1CB; }
span { border-color: rgb(2,193,203); }
td.TdClassName
{
border-color: #02C1CB;
}
.TagClassName
{
border-color: #02C1CB;
}
</style>