Shades of Robin's Egg Blue #0FCECA
Tints of Robin's Egg Blue #0FCECA
RGB
CMYK
RGB Variations
Color information
#0FCECA (or 0x0FCECA) is known color: Robin's Egg Blue. HEX triplet: 0F, CE and CA. RGB value is (15,206,202). Sum of RGB (Red+Green+Blue) = 15+206+202=423 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.55% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCECA is #F03135. Grayscale: #949494. Windows color (decimal): -15741238 or 13291023. OLE color: 13291023.
HSL color Cylindrical-coordinate representation of color #0FCECA: hue angle of 178.74º 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 #0FCECA is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 206 | 202 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.19 |
| HSL | 178.74º | 0.86% | 0.43% | - |
| HSV(B) | 178.74º | 0.93% | 0.81% | - |
| XYZ | 32.93 | 48.51 | 63.5 | - |
| YUV | 148.44 | 158.22 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 202 | 0.93 | 0 | 0.02 | 0.19 | 178.74 | 0.86 | 0.43 |
| Hex | F | CE | CA | 5D | 0 | 2 | 13 | B3 | 56 | 2B |
| Octal | 17 | 316 | 312 | 135 | 0 | 2 | 23 | 263 | 126 | 53 |
| Binary | 1111 | 11001110 | 11001010 | 1011101 | 0 | 10 | 10011 | 10110011 | 1010110 | 101011 |
Color Harmonies of #0FCECA
Complementary color
Monochromatic Colors of #0FCECA
Black with #0FCECA
Text Example
Text Example
White with #0FCECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCECA; }
p { color: rgb(15,206,202); }
H1.HeaderClassName
{
color: #0FCECA;
}
.AnyTagClassName
{
color: #0FCECA;
}
</style>
background-color css
<style>
a { background-color: #0FCECA; }
a { background-color: rgb(15,206,202); }
div.DivClassName
{
background-color: #0FCECA;
}
.BgClassName
{
background-color: #0FCECA;
}
</style>
border-color css
<style>
span { border-color: #0FCECA; }
span { border-color: rgb(15,206,202); }
td.TdClassName
{
border-color: #0FCECA;
}
.TagClassName
{
border-color: #0FCECA;
}
</style>