Shades of Aqua #0AECFE
Tints of Aqua #0AECFE
RGB
CMYK
RGB Variations
Color information
#0AECFE (or 0x0AECFE) is known color: Aqua. HEX triplet: 0A, EC and FE. RGB value is (10,236,254). Sum of RGB (Red+Green+Blue) = 10+236+254=500 (66% of max value = 765). Red value is 10 (4.30% from 255 or 2% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #0AECFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AECFE is #F51301. Grayscale: #AAAAAA. Windows color (decimal): -16061186 or 16706570. OLE color: 16706570.
HSL color Cylindrical-coordinate representation of color #0AECFE: hue angle of 184.43º 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 #0AECFE is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 236 | 254 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.00 |
| HSL | 184.43º | 0.99% | 0.52% | - |
| HSV(B) | 184.43º | 0.96% | 1% | - |
| XYZ | 48.01 | 67.21 | 104.21 | - |
| YUV | 170.48 | 175.13 | 13.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 254 | 0.96 | 0.07 | 0 | 0.00 | 184.43 | 0.99 | 0.52 |
| Hex | A | EC | FE | 60 | 7 | 0 | 0 | B8 | 63 | 34 |
| Octal | 12 | 354 | 376 | 140 | 7 | 0 | 0 | 270 | 143 | 64 |
| Binary | 1010 | 11101100 | 11111110 | 1100000 | 111 | 0 | 0 | 10111000 | 1100011 | 110100 |
Color Harmonies of #0AECFE
Complementary color
Monochromatic Colors of #0AECFE
Black with #0AECFE
Text Example
Text Example
White with #0AECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AECFE; }
p { color: rgb(10,236,254); }
H1.HeaderClassName
{
color: #0AECFE;
}
.AnyTagClassName
{
color: #0AECFE;
}
</style>
background-color css
<style>
a { background-color: #0AECFE; }
a { background-color: rgb(10,236,254); }
div.DivClassName
{
background-color: #0AECFE;
}
.BgClassName
{
background-color: #0AECFE;
}
</style>
border-color css
<style>
span { border-color: #0AECFE; }
span { border-color: rgb(10,236,254); }
td.TdClassName
{
border-color: #0AECFE;
}
.TagClassName
{
border-color: #0AECFE;
}
</style>