Shades of Robin's Egg Blue #02C5CF
Tints of Robin's Egg Blue #02C5CF
RGB
CMYK
RGB Variations
Color information
#02C5CF (or 0x02C5CF) is known color: Robin's Egg Blue. HEX triplet: 02, C5 and CF. RGB value is (2,197,207). Sum of RGB (Red+Green+Blue) = 2+197+207=406 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #02C5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C5CF is #FD3A30. Grayscale: #8B8B8B. Windows color (decimal): -16595505 or 13616386. OLE color: 13616386.
HSL color Cylindrical-coordinate representation of color #02C5CF: hue angle of 182.93º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C5CF is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 197 | 207 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.19 |
| HSL | 182.93º | 0.98% | 0.41% | - |
| HSV(B) | 182.93º | 0.99% | 0.81% | - |
| XYZ | 31.25 | 44.45 | 65.96 | - |
| YUV | 139.84 | 165.9 | 29.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 207 | 0.99 | 0.05 | 0 | 0.19 | 182.93 | 0.98 | 0.41 |
| Hex | 2 | C5 | CF | 63 | 5 | 0 | 13 | B7 | 62 | 29 |
| Octal | 2 | 305 | 317 | 143 | 5 | 0 | 23 | 267 | 142 | 51 |
| Binary | 10 | 11000101 | 11001111 | 1100011 | 101 | 0 | 10011 | 10110111 | 1100010 | 101001 |
Color Harmonies of #02C5CF
Complementary color
Monochromatic Colors of #02C5CF
Black with #02C5CF
Text Example
Text Example
White with #02C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C5CF; }
p { color: rgb(2,197,207); }
H1.HeaderClassName
{
color: #02C5CF;
}
.AnyTagClassName
{
color: #02C5CF;
}
</style>
background-color css
<style>
a { background-color: #02C5CF; }
a { background-color: rgb(2,197,207); }
div.DivClassName
{
background-color: #02C5CF;
}
.BgClassName
{
background-color: #02C5CF;
}
</style>
border-color css
<style>
span { border-color: #02C5CF; }
span { border-color: rgb(2,197,207); }
td.TdClassName
{
border-color: #02C5CF;
}
.TagClassName
{
border-color: #02C5CF;
}
</style>