Shades of Aqua #0AEAFA
Tints of Aqua #0AEAFA
RGB
CMYK
RGB Variations
Color information
#0AEAFA (or 0x0AEAFA) is known color: Aqua. HEX triplet: 0A, EA and FA. RGB value is (10,234,250). Sum of RGB (Red+Green+Blue) = 10+234+250=494 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.02% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #0AEAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEAFA is #F51505. Grayscale: #A8A8A8. Windows color (decimal): -16061702 or 16443914. OLE color: 16443914.
HSL color Cylindrical-coordinate representation of color #0AEAFA: hue angle of 184º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEAFA is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 234 | 250 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.02 |
| HSL | 184º | 0.96% | 0.51% | - |
| HSV(B) | 184º | 0.96% | 0.98% | - |
| XYZ | 46.8 | 65.81 | 100.68 | - |
| YUV | 168.85 | 173.79 | 14.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 234 | 250 | 0.96 | 0.06 | 0 | 0.02 | 184 | 0.96 | 0.51 |
| Hex | A | EA | FA | 60 | 6 | 0 | 2 | B8 | 60 | 33 |
| Octal | 12 | 352 | 372 | 140 | 6 | 0 | 2 | 270 | 140 | 63 |
| Binary | 1010 | 11101010 | 11111010 | 1100000 | 110 | 0 | 10 | 10111000 | 1100000 | 110011 |
Color Harmonies of #0AEAFA
Complementary color
Monochromatic Colors of #0AEAFA
Black with #0AEAFA
Text Example
Text Example
White with #0AEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEAFA; }
p { color: rgb(10,234,250); }
H1.HeaderClassName
{
color: #0AEAFA;
}
.AnyTagClassName
{
color: #0AEAFA;
}
</style>
background-color css
<style>
a { background-color: #0AEAFA; }
a { background-color: rgb(10,234,250); }
div.DivClassName
{
background-color: #0AEAFA;
}
.BgClassName
{
background-color: #0AEAFA;
}
</style>
border-color css
<style>
span { border-color: #0AEAFA; }
span { border-color: rgb(10,234,250); }
td.TdClassName
{
border-color: #0AEAFA;
}
.TagClassName
{
border-color: #0AEAFA;
}
</style>