Shades of Robin's Egg Blue #02CFC5
Tints of Robin's Egg Blue #02CFC5
RGB
CMYK
RGB Variations
Color information
#02CFC5 (or 0x02CFC5) is known color: Robin's Egg Blue. HEX triplet: 02, CF and C5. RGB value is (2,207,197). Sum of RGB (Red+Green+Blue) = 2+207+197=406 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #02CFC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CFC5 is #FD303A. Grayscale: #909090. Windows color (decimal): -16592955 or 12963586. OLE color: 12963586.
HSL color Cylindrical-coordinate representation of color #02CFC5: hue angle of 177.07º 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 #02CFC5 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 197 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.19 |
| HSL | 177.07º | 0.98% | 0.41% | - |
| HSV(B) | 177.07º | 0.99% | 0.81% | - |
| XYZ | 32.42 | 48.67 | 60.51 | - |
| YUV | 144.57 | 157.58 | 26.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 197 | 0.99 | 0 | 0.05 | 0.19 | 177.07 | 0.98 | 0.41 |
| Hex | 2 | CF | C5 | 63 | 0 | 5 | 13 | B1 | 62 | 29 |
| Octal | 2 | 317 | 305 | 143 | 0 | 5 | 23 | 261 | 142 | 51 |
| Binary | 10 | 11001111 | 11000101 | 1100011 | 0 | 101 | 10011 | 10110001 | 1100010 | 101001 |
Color Harmonies of #02CFC5
Complementary color
Monochromatic Colors of #02CFC5
Black with #02CFC5
Text Example
Text Example
White with #02CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CFC5; }
p { color: rgb(2,207,197); }
H1.HeaderClassName
{
color: #02CFC5;
}
.AnyTagClassName
{
color: #02CFC5;
}
</style>
background-color css
<style>
a { background-color: #02CFC5; }
a { background-color: rgb(2,207,197); }
div.DivClassName
{
background-color: #02CFC5;
}
.BgClassName
{
background-color: #02CFC5;
}
</style>
border-color css
<style>
span { border-color: #02CFC5; }
span { border-color: rgb(2,207,197); }
td.TdClassName
{
border-color: #02CFC5;
}
.TagClassName
{
border-color: #02CFC5;
}
</style>