Shades of Aqua #0AF9FB
Tints of Aqua #0AF9FB
RGB
CMYK
RGB Variations
Color information
#0AF9FB (or 0x0AF9FB) is known color: Aqua. HEX triplet: 0A, F9 and FB. RGB value is (10,249,251). Sum of RGB (Red+Green+Blue) = 10+249+251=510 (67% of max value = 765). Red value is 10 (4.30% from 255 or 1.96% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #0AF9FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF9FB is #F50604. Grayscale: #B1B1B1. Windows color (decimal): -16057861 or 16513290. OLE color: 16513290.
HSL color Cylindrical-coordinate representation of color #0AF9FB: hue angle of 180.5º degrees, saturation: 0.97, 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 #0AF9FB is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 251 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.02 |
| HSL | 180.5º | 0.97% | 0.51% | - |
| HSV(B) | 180.5º | 0.96% | 0.98% | - |
| XYZ | 51.41 | 74.78 | 102.99 | - |
| YUV | 177.77 | 169.32 | 8.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 251 | 0.96 | 0.01 | 0 | 0.02 | 180.5 | 0.97 | 0.51 |
| Hex | A | F9 | FB | 60 | 1 | 0 | 2 | B4 | 61 | 33 |
| Octal | 12 | 371 | 373 | 140 | 1 | 0 | 2 | 264 | 141 | 63 |
| Binary | 1010 | 11111001 | 11111011 | 1100000 | 1 | 0 | 10 | 10110100 | 1100001 | 110011 |
Color Harmonies of #0AF9FB
Complementary color
Monochromatic Colors of #0AF9FB
Black with #0AF9FB
Text Example
Text Example
White with #0AF9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF9FB; }
p { color: rgb(10,249,251); }
H1.HeaderClassName
{
color: #0AF9FB;
}
.AnyTagClassName
{
color: #0AF9FB;
}
</style>
background-color css
<style>
a { background-color: #0AF9FB; }
a { background-color: rgb(10,249,251); }
div.DivClassName
{
background-color: #0AF9FB;
}
.BgClassName
{
background-color: #0AF9FB;
}
</style>
border-color css
<style>
span { border-color: #0AF9FB; }
span { border-color: rgb(10,249,251); }
td.TdClassName
{
border-color: #0AF9FB;
}
.TagClassName
{
border-color: #0AF9FB;
}
</style>