Shades of Aqua #0AEDFA
Tints of Aqua #0AEDFA
RGB
CMYK
RGB Variations
Color information
#0AEDFA (or 0x0AEDFA) is known color: Aqua. HEX triplet: 0A, ED and FA. RGB value is (10,237,250). Sum of RGB (Red+Green+Blue) = 10+237+250=497 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.01% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #0AEDFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEDFA is #F51205. Grayscale: #AAAAAA. Windows color (decimal): -16060934 or 16444682. OLE color: 16444682.
HSL color Cylindrical-coordinate representation of color #0AEDFA: hue angle of 183.25º 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 #0AEDFA is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 237 | 250 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.02 |
| HSL | 183.25º | 0.96% | 0.51% | - |
| HSV(B) | 183.25º | 0.96% | 0.98% | - |
| XYZ | 47.66 | 67.54 | 100.97 | - |
| YUV | 170.61 | 172.79 | 13.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 237 | 250 | 0.96 | 0.05 | 0 | 0.02 | 183.25 | 0.96 | 0.51 |
| Hex | A | ED | FA | 60 | 5 | 0 | 2 | B7 | 60 | 33 |
| Octal | 12 | 355 | 372 | 140 | 5 | 0 | 2 | 267 | 140 | 63 |
| Binary | 1010 | 11101101 | 11111010 | 1100000 | 101 | 0 | 10 | 10110111 | 1100000 | 110011 |
Color Harmonies of #0AEDFA
Complementary color
Monochromatic Colors of #0AEDFA
Black with #0AEDFA
Text Example
Text Example
White with #0AEDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEDFA; }
p { color: rgb(10,237,250); }
H1.HeaderClassName
{
color: #0AEDFA;
}
.AnyTagClassName
{
color: #0AEDFA;
}
</style>
background-color css
<style>
a { background-color: #0AEDFA; }
a { background-color: rgb(10,237,250); }
div.DivClassName
{
background-color: #0AEDFA;
}
.BgClassName
{
background-color: #0AEDFA;
}
</style>
border-color css
<style>
span { border-color: #0AEDFA; }
span { border-color: rgb(10,237,250); }
td.TdClassName
{
border-color: #0AEDFA;
}
.TagClassName
{
border-color: #0AEDFA;
}
</style>