Shades of Aqua #0AE0FF
Tints of Aqua #0AE0FF
RGB
CMYK
RGB Variations
Color information
#0AE0FF (or 0x0AE0FF) is known color: Aqua. HEX triplet: 0A, E0 and FF. RGB value is (10,224,255). Sum of RGB (Red+Green+Blue) = 10+224+255=489 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.04% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AE0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AE0FF is #F51F00. Grayscale: #A3A3A3. Windows color (decimal): -16064257 or 16769034. OLE color: 16769034.
HSL color Cylindrical-coordinate representation of color #0AE0FF: hue angle of 187.59º 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 #0AE0FF is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 224 | 255 | - |
| CMYK | 0.96 | 0.12 | 0 | 0 |
| HSL | 187.59º | 1% | 0.52% | - |
| HSV(B) | 187.59º | 0.96% | 1% | - |
| XYZ | 44.83 | 60.6 | 103.94 | - |
| YUV | 163.55 | 179.6 | 18.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 255 | 0.96 | 0.12 | 0 | 0 | 187.59 | 1 | 0.52 |
| Hex | A | E0 | FF | 60 | C | 0 | 0 | BC | 64 | 34 |
| Octal | 12 | 340 | 377 | 140 | 14 | 0 | 0 | 274 | 144 | 64 |
| Binary | 1010 | 11100000 | 11111111 | 1100000 | 1100 | 0 | 0 | 10111100 | 1100100 | 110100 |
Color Harmonies of #0AE0FF
Complementary color
Monochromatic Colors of #0AE0FF
Black with #0AE0FF
Text Example
Text Example
White with #0AE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE0FF; }
p { color: rgb(10,224,255); }
H1.HeaderClassName
{
color: #0AE0FF;
}
.AnyTagClassName
{
color: #0AE0FF;
}
</style>
background-color css
<style>
a { background-color: #0AE0FF; }
a { background-color: rgb(10,224,255); }
div.DivClassName
{
background-color: #0AE0FF;
}
.BgClassName
{
background-color: #0AE0FF;
}
</style>
border-color css
<style>
span { border-color: #0AE0FF; }
span { border-color: rgb(10,224,255); }
td.TdClassName
{
border-color: #0AE0FF;
}
.TagClassName
{
border-color: #0AE0FF;
}
</style>