Shades of Aqua #0AEDFE
Tints of Aqua #0AEDFE
RGB
CMYK
RGB Variations
Color information
#0AEDFE (or 0x0AEDFE) is known color: Aqua. HEX triplet: 0A, ED and FE. RGB value is (10,237,254). Sum of RGB (Red+Green+Blue) = 10+237+254=501 (66% of max value = 765). Red value is 10 (4.30% from 255 or 2.00% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #0AEDFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEDFE is #F51201. Grayscale: #AAAAAA. Windows color (decimal): -16060930 or 16706826. OLE color: 16706826.
HSL color Cylindrical-coordinate representation of color #0AEDFE: hue angle of 184.18º 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 #0AEDFE is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 237 | 254 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.00 |
| HSL | 184.18º | 0.99% | 0.52% | - |
| HSV(B) | 184.18º | 0.96% | 1% | - |
| XYZ | 48.3 | 67.79 | 104.3 | - |
| YUV | 171.07 | 174.79 | 13.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 237 | 254 | 0.96 | 0.07 | 0 | 0.00 | 184.18 | 0.99 | 0.52 |
| Hex | A | ED | FE | 60 | 7 | 0 | 0 | B8 | 63 | 34 |
| Octal | 12 | 355 | 376 | 140 | 7 | 0 | 0 | 270 | 143 | 64 |
| Binary | 1010 | 11101101 | 11111110 | 1100000 | 111 | 0 | 0 | 10111000 | 1100011 | 110100 |
Color Harmonies of #0AEDFE
Complementary color
Monochromatic Colors of #0AEDFE
Black with #0AEDFE
Text Example
Text Example
White with #0AEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEDFE; }
p { color: rgb(10,237,254); }
H1.HeaderClassName
{
color: #0AEDFE;
}
.AnyTagClassName
{
color: #0AEDFE;
}
</style>
background-color css
<style>
a { background-color: #0AEDFE; }
a { background-color: rgb(10,237,254); }
div.DivClassName
{
background-color: #0AEDFE;
}
.BgClassName
{
background-color: #0AEDFE;
}
</style>
border-color css
<style>
span { border-color: #0AEDFE; }
span { border-color: rgb(10,237,254); }
td.TdClassName
{
border-color: #0AEDFE;
}
.TagClassName
{
border-color: #0AEDFE;
}
</style>