Shades of Aqua #0AE2FF
Tints of Aqua #0AE2FF
RGB
CMYK
RGB Variations
Color information
#0AE2FF (or 0x0AE2FF) is known color: Aqua. HEX triplet: 0A, E2 and FF. RGB value is (10,226,255). Sum of RGB (Red+Green+Blue) = 10+226+255=491 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.04% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AE2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AE2FF is #F51D00. Grayscale: #A4A4A4. Windows color (decimal): -16063745 or 16769546. OLE color: 16769546.
HSL color Cylindrical-coordinate representation of color #0AE2FF: hue angle of 187.1º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE2FF is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 226 | 255 | - |
| CMYK | 0.96 | 0.11 | 0 | 0 |
| HSL | 187.1º | 1% | 0.52% | - |
| HSV(B) | 187.1º | 0.96% | 1% | - |
| XYZ | 45.37 | 61.68 | 104.12 | - |
| YUV | 164.72 | 178.94 | 17.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 226 | 255 | 0.96 | 0.11 | 0 | 0 | 187.1 | 1 | 0.52 |
| Hex | A | E2 | FF | 60 | B | 0 | 0 | BB | 64 | 34 |
| Octal | 12 | 342 | 377 | 140 | 13 | 0 | 0 | 273 | 144 | 64 |
| Binary | 1010 | 11100010 | 11111111 | 1100000 | 1011 | 0 | 0 | 10111011 | 1100100 | 110100 |
Color Harmonies of #0AE2FF
Complementary color
Monochromatic Colors of #0AE2FF
Black with #0AE2FF
Text Example
Text Example
White with #0AE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE2FF; }
p { color: rgb(10,226,255); }
H1.HeaderClassName
{
color: #0AE2FF;
}
.AnyTagClassName
{
color: #0AE2FF;
}
</style>
background-color css
<style>
a { background-color: #0AE2FF; }
a { background-color: rgb(10,226,255); }
div.DivClassName
{
background-color: #0AE2FF;
}
.BgClassName
{
background-color: #0AE2FF;
}
</style>
border-color css
<style>
span { border-color: #0AE2FF; }
span { border-color: rgb(10,226,255); }
td.TdClassName
{
border-color: #0AE2FF;
}
.TagClassName
{
border-color: #0AE2FF;
}
</style>