Shades of Robin's Egg Blue #0FCCCE
Tints of Robin's Egg Blue #0FCCCE
RGB
CMYK
RGB Variations
Color information
#0FCCCE (or 0x0FCCCE) is known color: Robin's Egg Blue. HEX triplet: 0F, CC and CE. RGB value is (15,204,206). Sum of RGB (Red+Green+Blue) = 15+204+206=425 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.53% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #0FCCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCCCE is #F03331. Grayscale: #939393. Windows color (decimal): -15741746 or 13552655. OLE color: 13552655.
HSL color Cylindrical-coordinate representation of color #0FCCCE: hue angle of 180.63º 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 #0FCCCE is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 204 | 206 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.19 |
| HSL | 180.63º | 0.86% | 0.43% | - |
| HSV(B) | 180.63º | 0.93% | 0.81% | - |
| XYZ | 32.93 | 47.74 | 65.87 | - |
| YUV | 147.72 | 160.88 | 33.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 204 | 206 | 0.93 | 0.01 | 0 | 0.19 | 180.63 | 0.86 | 0.43 |
| Hex | F | CC | CE | 5D | 1 | 0 | 13 | B5 | 56 | 2B |
| Octal | 17 | 314 | 316 | 135 | 1 | 0 | 23 | 265 | 126 | 53 |
| Binary | 1111 | 11001100 | 11001110 | 1011101 | 1 | 0 | 10011 | 10110101 | 1010110 | 101011 |
Color Harmonies of #0FCCCE
Complementary color
Monochromatic Colors of #0FCCCE
Black with #0FCCCE
Text Example
Text Example
White with #0FCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCCCE; }
p { color: rgb(15,204,206); }
H1.HeaderClassName
{
color: #0FCCCE;
}
.AnyTagClassName
{
color: #0FCCCE;
}
</style>
background-color css
<style>
a { background-color: #0FCCCE; }
a { background-color: rgb(15,204,206); }
div.DivClassName
{
background-color: #0FCCCE;
}
.BgClassName
{
background-color: #0FCCCE;
}
</style>
border-color css
<style>
span { border-color: #0FCCCE; }
span { border-color: rgb(15,204,206); }
td.TdClassName
{
border-color: #0FCCCE;
}
.TagClassName
{
border-color: #0FCCCE;
}
</style>