Shades of Aqua #0FECFA
Tints of Aqua #0FECFA
RGB
CMYK
RGB Variations
Color information
#0FECFA (or 0x0FECFA) is known color: Aqua. HEX triplet: 0F, EC and FA. RGB value is (15,236,250). Sum of RGB (Red+Green+Blue) = 15+236+250=501 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.99% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FECFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FECFA is #F01305. Grayscale: #ABABAB. Windows color (decimal): -15733510 or 16444431. OLE color: 16444431.
HSL color Cylindrical-coordinate representation of color #0FECFA: hue angle of 183.57º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FECFA is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 236 | 250 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.02 |
| HSL | 183.57º | 0.96% | 0.52% | - |
| HSV(B) | 183.57º | 0.94% | 0.98% | - |
| XYZ | 47.45 | 66.99 | 100.87 | - |
| YUV | 171.52 | 172.28 | 16.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 250 | 0.94 | 0.06 | 0 | 0.02 | 183.57 | 0.96 | 0.52 |
| Hex | F | EC | FA | 5E | 6 | 0 | 2 | B8 | 60 | 34 |
| Octal | 17 | 354 | 372 | 136 | 6 | 0 | 2 | 270 | 140 | 64 |
| Binary | 1111 | 11101100 | 11111010 | 1011110 | 110 | 0 | 10 | 10111000 | 1100000 | 110100 |
Color Harmonies of #0FECFA
Complementary color
Monochromatic Colors of #0FECFA
Black with #0FECFA
Text Example
Text Example
White with #0FECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECFA; }
p { color: rgb(15,236,250); }
H1.HeaderClassName
{
color: #0FECFA;
}
.AnyTagClassName
{
color: #0FECFA;
}
</style>
background-color css
<style>
a { background-color: #0FECFA; }
a { background-color: rgb(15,236,250); }
div.DivClassName
{
background-color: #0FECFA;
}
.BgClassName
{
background-color: #0FECFA;
}
</style>
border-color css
<style>
span { border-color: #0FECFA; }
span { border-color: rgb(15,236,250); }
td.TdClassName
{
border-color: #0FECFA;
}
.TagClassName
{
border-color: #0FECFA;
}
</style>