Shades of Aqua #0AF0FF
Tints of Aqua #0AF0FF
RGB
CMYK
RGB Variations
Color information
#0AF0FF (or 0x0AF0FF) is known color: Aqua. HEX triplet: 0A, F0 and FF. RGB value is (10,240,255). Sum of RGB (Red+Green+Blue) = 10+240+255=505 (66% of max value = 765). Red value is 10 (4.30% from 255 or 1.98% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AF0FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF0FF is #F50F00. Grayscale: #ACACAC. Windows color (decimal): -16060161 or 16773130. OLE color: 16773130.
HSL color Cylindrical-coordinate representation of color #0AF0FF: hue angle of 183.67º 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 #0AF0FF is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 240 | 255 | - |
| CMYK | 0.96 | 0.06 | 0 | 0 |
| HSL | 183.67º | 1% | 0.52% | - |
| HSV(B) | 183.67º | 0.96% | 1% | - |
| XYZ | 49.34 | 69.6 | 105.44 | - |
| YUV | 172.94 | 174.3 | 11.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 255 | 0.96 | 0.06 | 0 | 0 | 183.67 | 1 | 0.52 |
| Hex | A | F0 | FF | 60 | 6 | 0 | 0 | B8 | 64 | 34 |
| Octal | 12 | 360 | 377 | 140 | 6 | 0 | 0 | 270 | 144 | 64 |
| Binary | 1010 | 11110000 | 11111111 | 1100000 | 110 | 0 | 0 | 10111000 | 1100100 | 110100 |
Color Harmonies of #0AF0FF
Complementary color
Monochromatic Colors of #0AF0FF
Black with #0AF0FF
Text Example
Text Example
White with #0AF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF0FF; }
p { color: rgb(10,240,255); }
H1.HeaderClassName
{
color: #0AF0FF;
}
.AnyTagClassName
{
color: #0AF0FF;
}
</style>
background-color css
<style>
a { background-color: #0AF0FF; }
a { background-color: rgb(10,240,255); }
div.DivClassName
{
background-color: #0AF0FF;
}
.BgClassName
{
background-color: #0AF0FF;
}
</style>
border-color css
<style>
span { border-color: #0AF0FF; }
span { border-color: rgb(10,240,255); }
td.TdClassName
{
border-color: #0AF0FF;
}
.TagClassName
{
border-color: #0AF0FF;
}
</style>