Shades of Aqua #0AECF7
Tints of Aqua #0AECF7
RGB
CMYK
RGB Variations
Color information
#0AECF7 (or 0x0AECF7) is known color: Aqua. HEX triplet: 0A, EC and F7. RGB value is (10,236,247). Sum of RGB (Red+Green+Blue) = 10+236+247=493 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.03% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #0AECF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AECF7 is #F51308. Grayscale: #A9A9A9. Windows color (decimal): -16061193 or 16247818. OLE color: 16247818.
HSL color Cylindrical-coordinate representation of color #0AECF7: hue angle of 182.78º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AECF7 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 236 | 247 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.03 |
| HSL | 182.78º | 0.94% | 0.5% | - |
| HSV(B) | 182.78º | 0.96% | 0.97% | - |
| XYZ | 46.91 | 66.77 | 98.41 | - |
| YUV | 169.68 | 171.63 | 14.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 247 | 0.96 | 0.04 | 0 | 0.03 | 182.78 | 0.94 | 0.5 |
| Hex | A | EC | F7 | 60 | 4 | 0 | 3 | B7 | 5E | 32 |
| Octal | 12 | 354 | 367 | 140 | 4 | 0 | 3 | 267 | 136 | 62 |
| Binary | 1010 | 11101100 | 11110111 | 1100000 | 100 | 0 | 11 | 10110111 | 1011110 | 110010 |
Color Harmonies of #0AECF7
Complementary color
Monochromatic Colors of #0AECF7
Black with #0AECF7
Text Example
Text Example
White with #0AECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AECF7; }
p { color: rgb(10,236,247); }
H1.HeaderClassName
{
color: #0AECF7;
}
.AnyTagClassName
{
color: #0AECF7;
}
</style>
background-color css
<style>
a { background-color: #0AECF7; }
a { background-color: rgb(10,236,247); }
div.DivClassName
{
background-color: #0AECF7;
}
.BgClassName
{
background-color: #0AECF7;
}
</style>
border-color css
<style>
span { border-color: #0AECF7; }
span { border-color: rgb(10,236,247); }
td.TdClassName
{
border-color: #0AECF7;
}
.TagClassName
{
border-color: #0AECF7;
}
</style>