Shades of Aqua #0AECFC
Tints of Aqua #0AECFC
RGB
CMYK
RGB Variations
Color information
#0AECFC (or 0x0AECFC) is known color: Aqua. HEX triplet: 0A, EC and FC. RGB value is (10,236,252). Sum of RGB (Red+Green+Blue) = 10+236+252=498 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.01% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AECFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AECFC is #F51303. Grayscale: #A9A9A9. Windows color (decimal): -16061188 or 16575498. OLE color: 16575498.
HSL color Cylindrical-coordinate representation of color #0AECFC: hue angle of 183.97º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AECFC is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 236 | 252 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.01 |
| HSL | 183.97º | 0.98% | 0.51% | - |
| HSV(B) | 183.97º | 0.96% | 0.99% | - |
| XYZ | 47.69 | 67.08 | 102.53 | - |
| YUV | 170.25 | 174.13 | 13.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 252 | 0.96 | 0.06 | 0 | 0.01 | 183.97 | 0.98 | 0.51 |
| Hex | A | EC | FC | 60 | 6 | 0 | 1 | B8 | 62 | 33 |
| Octal | 12 | 354 | 374 | 140 | 6 | 0 | 1 | 270 | 142 | 63 |
| Binary | 1010 | 11101100 | 11111100 | 1100000 | 110 | 0 | 1 | 10111000 | 1100010 | 110011 |
Color Harmonies of #0AECFC
Complementary color
Monochromatic Colors of #0AECFC
Black with #0AECFC
Text Example
Text Example
White with #0AECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AECFC; }
p { color: rgb(10,236,252); }
H1.HeaderClassName
{
color: #0AECFC;
}
.AnyTagClassName
{
color: #0AECFC;
}
</style>
background-color css
<style>
a { background-color: #0AECFC; }
a { background-color: rgb(10,236,252); }
div.DivClassName
{
background-color: #0AECFC;
}
.BgClassName
{
background-color: #0AECFC;
}
</style>
border-color css
<style>
span { border-color: #0AECFC; }
span { border-color: rgb(10,236,252); }
td.TdClassName
{
border-color: #0AECFC;
}
.TagClassName
{
border-color: #0AECFC;
}
</style>