Shades of Aqua #0FEFF6
Tints of Aqua #0FEFF6
RGB
CMYK
RGB Variations
Color information
#0FEFF6 (or 0x0FEFF6) is known color: Aqua. HEX triplet: 0F, EF and F6. RGB value is (15,239,246). Sum of RGB (Red+Green+Blue) = 15+239+246=500 (66% of max value = 765). Red value is 15 (6.25% from 255 or 3% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #0FEFF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEFF6 is #F01009. Grayscale: #ACACAC. Windows color (decimal): -15732746 or 16183055. OLE color: 16183055.
HSL color Cylindrical-coordinate representation of color #0FEFF6: hue angle of 181.82º 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 #0FEFF6 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 239 | 246 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.04 |
| HSL | 181.82º | 0.93% | 0.51% | - |
| HSV(B) | 181.82º | 0.94% | 0.96% | - |
| XYZ | 47.7 | 68.49 | 97.89 | - |
| YUV | 172.82 | 169.29 | 15.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 239 | 246 | 0.94 | 0.03 | 0 | 0.04 | 181.82 | 0.93 | 0.51 |
| Hex | F | EF | F6 | 5E | 3 | 0 | 4 | B6 | 5D | 33 |
| Octal | 17 | 357 | 366 | 136 | 3 | 0 | 4 | 266 | 135 | 63 |
| Binary | 1111 | 11101111 | 11110110 | 1011110 | 11 | 0 | 100 | 10110110 | 1011101 | 110011 |
Color Harmonies of #0FEFF6
Complementary color
Monochromatic Colors of #0FEFF6
Black with #0FEFF6
Text Example
Text Example
White with #0FEFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEFF6; }
p { color: rgb(15,239,246); }
H1.HeaderClassName
{
color: #0FEFF6;
}
.AnyTagClassName
{
color: #0FEFF6;
}
</style>
background-color css
<style>
a { background-color: #0FEFF6; }
a { background-color: rgb(15,239,246); }
div.DivClassName
{
background-color: #0FEFF6;
}
.BgClassName
{
background-color: #0FEFF6;
}
</style>
border-color css
<style>
span { border-color: #0FEFF6; }
span { border-color: rgb(15,239,246); }
td.TdClassName
{
border-color: #0FEFF6;
}
.TagClassName
{
border-color: #0FEFF6;
}
</style>