Shades of Aqua #0AF8FA
Tints of Aqua #0AF8FA
RGB
CMYK
RGB Variations
Color information
#0AF8FA (or 0x0AF8FA) is known color: Aqua. HEX triplet: 0A, F8 and FA. RGB value is (10,248,250). Sum of RGB (Red+Green+Blue) = 10+248+250=508 (67% of max value = 765). Red value is 10 (4.30% from 255 or 1.97% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #0AF8FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF8FA is #F50705. Grayscale: #B0B0B0. Windows color (decimal): -16058118 or 16447498. OLE color: 16447498.
HSL color Cylindrical-coordinate representation of color #0AF8FA: hue angle of 180.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF8FA is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 248 | 250 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.02 |
| HSL | 180.5º | 0.96% | 0.51% | - |
| HSV(B) | 180.5º | 0.96% | 0.98% | - |
| XYZ | 50.95 | 74.1 | 102.06 | - |
| YUV | 177.07 | 169.15 | 8.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 250 | 0.96 | 0.01 | 0 | 0.02 | 180.5 | 0.96 | 0.51 |
| Hex | A | F8 | FA | 60 | 1 | 0 | 2 | B4 | 60 | 33 |
| Octal | 12 | 370 | 372 | 140 | 1 | 0 | 2 | 264 | 140 | 63 |
| Binary | 1010 | 11111000 | 11111010 | 1100000 | 1 | 0 | 10 | 10110100 | 1100000 | 110011 |
Color Harmonies of #0AF8FA
Complementary color
Monochromatic Colors of #0AF8FA
Black with #0AF8FA
Text Example
Text Example
White with #0AF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF8FA; }
p { color: rgb(10,248,250); }
H1.HeaderClassName
{
color: #0AF8FA;
}
.AnyTagClassName
{
color: #0AF8FA;
}
</style>
background-color css
<style>
a { background-color: #0AF8FA; }
a { background-color: rgb(10,248,250); }
div.DivClassName
{
background-color: #0AF8FA;
}
.BgClassName
{
background-color: #0AF8FA;
}
</style>
border-color css
<style>
span { border-color: #0AF8FA; }
span { border-color: rgb(10,248,250); }
td.TdClassName
{
border-color: #0AF8FA;
}
.TagClassName
{
border-color: #0AF8FA;
}
</style>