Shades of Aqua #0AEAFE
Tints of Aqua #0AEAFE
RGB
CMYK
RGB Variations
Color information
#0AEAFE (or 0x0AEAFE) is known color: Aqua. HEX triplet: 0A, EA and FE. RGB value is (10,234,254). Sum of RGB (Red+Green+Blue) = 10+234+254=498 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.01% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #0AEAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEAFE is #F51501. Grayscale: #A9A9A9. Windows color (decimal): -16061698 or 16706058. OLE color: 16706058.
HSL color Cylindrical-coordinate representation of color #0AEAFE: hue angle of 184.92º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEAFE is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 234 | 254 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.00 |
| HSL | 184.92º | 0.99% | 0.52% | - |
| HSV(B) | 184.92º | 0.96% | 1% | - |
| XYZ | 47.44 | 66.07 | 104.02 | - |
| YUV | 169.3 | 175.79 | 14.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 234 | 254 | 0.96 | 0.08 | 0 | 0.00 | 184.92 | 0.99 | 0.52 |
| Hex | A | EA | FE | 60 | 8 | 0 | 0 | B9 | 63 | 34 |
| Octal | 12 | 352 | 376 | 140 | 10 | 0 | 0 | 271 | 143 | 64 |
| Binary | 1010 | 11101010 | 11111110 | 1100000 | 1000 | 0 | 0 | 10111001 | 1100011 | 110100 |
Color Harmonies of #0AEAFE
Complementary color
Monochromatic Colors of #0AEAFE
Black with #0AEAFE
Text Example
Text Example
White with #0AEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEAFE; }
p { color: rgb(10,234,254); }
H1.HeaderClassName
{
color: #0AEAFE;
}
.AnyTagClassName
{
color: #0AEAFE;
}
</style>
background-color css
<style>
a { background-color: #0AEAFE; }
a { background-color: rgb(10,234,254); }
div.DivClassName
{
background-color: #0AEAFE;
}
.BgClassName
{
background-color: #0AEAFE;
}
</style>
border-color css
<style>
span { border-color: #0AEAFE; }
span { border-color: rgb(10,234,254); }
td.TdClassName
{
border-color: #0AEAFE;
}
.TagClassName
{
border-color: #0AEAFE;
}
</style>