Shades of Aqua #0FECF6
Tints of Aqua #0FECF6
RGB
CMYK
RGB Variations
Color information
#0FECF6 (or 0x0FECF6) is known color: Aqua. HEX triplet: 0F, EC and F6. RGB value is (15,236,246). Sum of RGB (Red+Green+Blue) = 15+236+246=497 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.02% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #0FECF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FECF6 is #F01309. Grayscale: #AAAAAA. Windows color (decimal): -15733514 or 16182287. OLE color: 16182287.
HSL color Cylindrical-coordinate representation of color #0FECF6: hue angle of 182.6º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FECF6 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 236 | 246 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.04 |
| HSL | 182.6º | 0.93% | 0.51% | - |
| HSV(B) | 182.6º | 0.94% | 0.96% | - |
| XYZ | 46.83 | 66.75 | 97.6 | - |
| YUV | 171.06 | 170.28 | 16.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 246 | 0.94 | 0.04 | 0 | 0.04 | 182.6 | 0.93 | 0.51 |
| Hex | F | EC | F6 | 5E | 4 | 0 | 4 | B7 | 5D | 33 |
| Octal | 17 | 354 | 366 | 136 | 4 | 0 | 4 | 267 | 135 | 63 |
| Binary | 1111 | 11101100 | 11110110 | 1011110 | 100 | 0 | 100 | 10110111 | 1011101 | 110011 |
Color Harmonies of #0FECF6
Complementary color
Monochromatic Colors of #0FECF6
Black with #0FECF6
Text Example
Text Example
White with #0FECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECF6; }
p { color: rgb(15,236,246); }
H1.HeaderClassName
{
color: #0FECF6;
}
.AnyTagClassName
{
color: #0FECF6;
}
</style>
background-color css
<style>
a { background-color: #0FECF6; }
a { background-color: rgb(15,236,246); }
div.DivClassName
{
background-color: #0FECF6;
}
.BgClassName
{
background-color: #0FECF6;
}
</style>
border-color css
<style>
span { border-color: #0FECF6; }
span { border-color: rgb(15,236,246); }
td.TdClassName
{
border-color: #0FECF6;
}
.TagClassName
{
border-color: #0FECF6;
}
</style>