Shades of Aqua #0AECFF
Tints of Aqua #0AECFF
RGB
CMYK
RGB Variations
Color information
#0AECFF (or 0x0AECFF) is known color: Aqua. HEX triplet: 0A, EC and FF. RGB value is (10,236,255). Sum of RGB (Red+Green+Blue) = 10+236+255=501 (66% of max value = 765). Red value is 10 (4.30% from 255 or 2.00% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AECFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AECFF is #F51300. Grayscale: #AAAAAA. Windows color (decimal): -16061185 or 16772106. OLE color: 16772106.
HSL color Cylindrical-coordinate representation of color #0AECFF: hue angle of 184.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AECFF is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 236 | 255 | - |
| CMYK | 0.96 | 0.07 | 0 | 0 |
| HSL | 184.65º | 1% | 0.52% | - |
| HSV(B) | 184.65º | 0.96% | 1% | - |
| XYZ | 48.17 | 67.28 | 105.05 | - |
| YUV | 170.59 | 175.63 | 13.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 255 | 0.96 | 0.07 | 0 | 0 | 184.65 | 1 | 0.52 |
| Hex | A | EC | FF | 60 | 7 | 0 | 0 | B9 | 64 | 34 |
| Octal | 12 | 354 | 377 | 140 | 7 | 0 | 0 | 271 | 144 | 64 |
| Binary | 1010 | 11101100 | 11111111 | 1100000 | 111 | 0 | 0 | 10111001 | 1100100 | 110100 |
Color Harmonies of #0AECFF
Complementary color
Monochromatic Colors of #0AECFF
Black with #0AECFF
Text Example
Text Example
White with #0AECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AECFF; }
p { color: rgb(10,236,255); }
H1.HeaderClassName
{
color: #0AECFF;
}
.AnyTagClassName
{
color: #0AECFF;
}
</style>
background-color css
<style>
a { background-color: #0AECFF; }
a { background-color: rgb(10,236,255); }
div.DivClassName
{
background-color: #0AECFF;
}
.BgClassName
{
background-color: #0AECFF;
}
</style>
border-color css
<style>
span { border-color: #0AECFF; }
span { border-color: rgb(10,236,255); }
td.TdClassName
{
border-color: #0AECFF;
}
.TagClassName
{
border-color: #0AECFF;
}
</style>