Shades of Robin's Egg Blue #0FCEC0
Tints of Robin's Egg Blue #0FCEC0
RGB
CMYK
RGB Variations
Color information
#0FCEC0 (or 0x0FCEC0) is known color: Robin's Egg Blue. HEX triplet: 0F, CE and C0. RGB value is (15,206,192). Sum of RGB (Red+Green+Blue) = 15+206+192=413 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.63% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCEC0 is #F0313F. Grayscale: #939393. Windows color (decimal): -15741248 or 12635663. OLE color: 12635663.
HSL color Cylindrical-coordinate representation of color #0FCEC0: hue angle of 175.6º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCEC0 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 206 | 192 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.19 |
| HSL | 175.6º | 0.86% | 0.43% | - |
| HSV(B) | 175.6º | 0.93% | 0.81% | - |
| XYZ | 31.78 | 48.05 | 57.47 | - |
| YUV | 147.3 | 153.22 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 192 | 0.93 | 0 | 0.07 | 0.19 | 175.6 | 0.86 | 0.43 |
| Hex | F | CE | C0 | 5D | 0 | 7 | 13 | B0 | 56 | 2B |
| Octal | 17 | 316 | 300 | 135 | 0 | 7 | 23 | 260 | 126 | 53 |
| Binary | 1111 | 11001110 | 11000000 | 1011101 | 0 | 111 | 10011 | 10110000 | 1010110 | 101011 |
Color Harmonies of #0FCEC0
Complementary color
Monochromatic Colors of #0FCEC0
Black with #0FCEC0
Text Example
Text Example
White with #0FCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCEC0; }
p { color: rgb(15,206,192); }
H1.HeaderClassName
{
color: #0FCEC0;
}
.AnyTagClassName
{
color: #0FCEC0;
}
</style>
background-color css
<style>
a { background-color: #0FCEC0; }
a { background-color: rgb(15,206,192); }
div.DivClassName
{
background-color: #0FCEC0;
}
.BgClassName
{
background-color: #0FCEC0;
}
</style>
border-color css
<style>
span { border-color: #0FCEC0; }
span { border-color: rgb(15,206,192); }
td.TdClassName
{
border-color: #0FCEC0;
}
.TagClassName
{
border-color: #0FCEC0;
}
</style>