Shades of Aqua #0AF7FF
Tints of Aqua #0AF7FF
RGB
CMYK
RGB Variations
Color information
#0AF7FF (or 0x0AF7FF) is known color: Aqua. HEX triplet: 0A, F7 and FF. RGB value is (10,247,255). Sum of RGB (Red+Green+Blue) = 10+247+255=512 (67% of max value = 765). Red value is 10 (4.30% from 255 or 1.95% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AF7FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF7FF is #F50800. Grayscale: #B0B0B0. Windows color (decimal): -16058369 or 16774922. OLE color: 16774922.
HSL color Cylindrical-coordinate representation of color #0AF7FF: hue angle of 181.96º 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 #0AF7FF is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 247 | 255 | - |
| CMYK | 0.96 | 0.03 | 0 | 0 |
| HSL | 181.96º | 1% | 0.52% | - |
| HSV(B) | 181.96º | 0.96% | 1% | - |
| XYZ | 51.44 | 73.81 | 106.14 | - |
| YUV | 177.05 | 171.98 | 8.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 255 | 0.96 | 0.03 | 0 | 0 | 181.96 | 1 | 0.52 |
| Hex | A | F7 | FF | 60 | 3 | 0 | 0 | B6 | 64 | 34 |
| Octal | 12 | 367 | 377 | 140 | 3 | 0 | 0 | 266 | 144 | 64 |
| Binary | 1010 | 11110111 | 11111111 | 1100000 | 11 | 0 | 0 | 10110110 | 1100100 | 110100 |
Color Harmonies of #0AF7FF
Complementary color
Monochromatic Colors of #0AF7FF
Black with #0AF7FF
Text Example
Text Example
White with #0AF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF7FF; }
p { color: rgb(10,247,255); }
H1.HeaderClassName
{
color: #0AF7FF;
}
.AnyTagClassName
{
color: #0AF7FF;
}
</style>
background-color css
<style>
a { background-color: #0AF7FF; }
a { background-color: rgb(10,247,255); }
div.DivClassName
{
background-color: #0AF7FF;
}
.BgClassName
{
background-color: #0AF7FF;
}
</style>
border-color css
<style>
span { border-color: #0AF7FF; }
span { border-color: rgb(10,247,255); }
td.TdClassName
{
border-color: #0AF7FF;
}
.TagClassName
{
border-color: #0AF7FF;
}
</style>