Shades of Aqua #0FECFC
Tints of Aqua #0FECFC
RGB
CMYK
RGB Variations
Color information
#0FECFC (or 0x0FECFC) is known color: Aqua. HEX triplet: 0F, EC and FC. RGB value is (15,236,252). Sum of RGB (Red+Green+Blue) = 15+236+252=503 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.98% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FECFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FECFC is #F01303. Grayscale: #ABABAB. Windows color (decimal): -15733508 or 16575503. OLE color: 16575503.
HSL color Cylindrical-coordinate representation of color #0FECFC: hue angle of 184.05º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FECFC is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 236 | 252 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.01 |
| HSL | 184.05º | 0.98% | 0.52% | - |
| HSV(B) | 184.05º | 0.94% | 0.99% | - |
| XYZ | 47.76 | 67.12 | 102.53 | - |
| YUV | 171.75 | 173.28 | 16.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 252 | 0.94 | 0.06 | 0 | 0.01 | 184.05 | 0.98 | 0.52 |
| Hex | F | EC | FC | 5E | 6 | 0 | 1 | B8 | 62 | 34 |
| Octal | 17 | 354 | 374 | 136 | 6 | 0 | 1 | 270 | 142 | 64 |
| Binary | 1111 | 11101100 | 11111100 | 1011110 | 110 | 0 | 1 | 10111000 | 1100010 | 110100 |
Color Harmonies of #0FECFC
Complementary color
Monochromatic Colors of #0FECFC
Black with #0FECFC
Text Example
Text Example
White with #0FECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECFC; }
p { color: rgb(15,236,252); }
H1.HeaderClassName
{
color: #0FECFC;
}
.AnyTagClassName
{
color: #0FECFC;
}
</style>
background-color css
<style>
a { background-color: #0FECFC; }
a { background-color: rgb(15,236,252); }
div.DivClassName
{
background-color: #0FECFC;
}
.BgClassName
{
background-color: #0FECFC;
}
</style>
border-color css
<style>
span { border-color: #0FECFC; }
span { border-color: rgb(15,236,252); }
td.TdClassName
{
border-color: #0FECFC;
}
.TagClassName
{
border-color: #0FECFC;
}
</style>