Shades of Robin's Egg Blue #02CFCC
Tints of Robin's Egg Blue #02CFCC
RGB
CMYK
RGB Variations
Color information
#02CFCC (or 0x02CFCC) is known color: Robin's Egg Blue. HEX triplet: 02, CF and CC. RGB value is (2,207,204). Sum of RGB (Red+Green+Blue) = 2+207+204=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #02CFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CFCC is #FD3033. Grayscale: #919191. Windows color (decimal): -16592948 or 13422338. OLE color: 13422338.
HSL color Cylindrical-coordinate representation of color #02CFCC: hue angle of 179.12º 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 #02CFCC is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 204 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.19 |
| HSL | 179.12º | 0.98% | 0.41% | - |
| HSV(B) | 179.12º | 0.99% | 0.81% | - |
| XYZ | 33.24 | 49 | 64.83 | - |
| YUV | 145.36 | 161.08 | 25.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 204 | 0.99 | 0 | 0.01 | 0.19 | 179.12 | 0.98 | 0.41 |
| Hex | 2 | CF | CC | 63 | 0 | 1 | 13 | B3 | 62 | 29 |
| Octal | 2 | 317 | 314 | 143 | 0 | 1 | 23 | 263 | 142 | 51 |
| Binary | 10 | 11001111 | 11001100 | 1100011 | 0 | 1 | 10011 | 10110011 | 1100010 | 101001 |
Color Harmonies of #02CFCC
Complementary color
Monochromatic Colors of #02CFCC
Black with #02CFCC
Text Example
Text Example
White with #02CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CFCC; }
p { color: rgb(2,207,204); }
H1.HeaderClassName
{
color: #02CFCC;
}
.AnyTagClassName
{
color: #02CFCC;
}
</style>
background-color css
<style>
a { background-color: #02CFCC; }
a { background-color: rgb(2,207,204); }
div.DivClassName
{
background-color: #02CFCC;
}
.BgClassName
{
background-color: #02CFCC;
}
</style>
border-color css
<style>
span { border-color: #02CFCC; }
span { border-color: rgb(2,207,204); }
td.TdClassName
{
border-color: #02CFCC;
}
.TagClassName
{
border-color: #02CFCC;
}
</style>