Shades of Aqua #0AF1F9
Tints of Aqua #0AF1F9
RGB
CMYK
RGB Variations
Color information
#0AF1F9 (or 0x0AF1F9) is known color: Aqua. HEX triplet: 0A, F1 and F9. RGB value is (10,241,249). Sum of RGB (Red+Green+Blue) = 10+241+249=500 (66% of max value = 765). Red value is 10 (4.30% from 255 or 2% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #0AF1F9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF1F9 is #F50E06. Grayscale: #ACACAC. Windows color (decimal): -16059911 or 16380170. OLE color: 16380170.
HSL color Cylindrical-coordinate representation of color #0AF1F9: hue angle of 182.01º degrees, saturation: 0.95, 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 #0AF1F9 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 241 | 249 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.02 |
| HSL | 182.01º | 0.95% | 0.51% | - |
| HSV(B) | 182.01º | 0.96% | 0.98% | - |
| XYZ | 48.68 | 69.81 | 100.53 | - |
| YUV | 172.84 | 170.97 | 11.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 249 | 0.96 | 0.03 | 0 | 0.02 | 182.01 | 0.95 | 0.51 |
| Hex | A | F1 | F9 | 60 | 3 | 0 | 2 | B6 | 5F | 33 |
| Octal | 12 | 361 | 371 | 140 | 3 | 0 | 2 | 266 | 137 | 63 |
| Binary | 1010 | 11110001 | 11111001 | 1100000 | 11 | 0 | 10 | 10110110 | 1011111 | 110011 |
Color Harmonies of #0AF1F9
Complementary color
Monochromatic Colors of #0AF1F9
Black with #0AF1F9
Text Example
Text Example
White with #0AF1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF1F9; }
p { color: rgb(10,241,249); }
H1.HeaderClassName
{
color: #0AF1F9;
}
.AnyTagClassName
{
color: #0AF1F9;
}
</style>
background-color css
<style>
a { background-color: #0AF1F9; }
a { background-color: rgb(10,241,249); }
div.DivClassName
{
background-color: #0AF1F9;
}
.BgClassName
{
background-color: #0AF1F9;
}
</style>
border-color css
<style>
span { border-color: #0AF1F9; }
span { border-color: rgb(10,241,249); }
td.TdClassName
{
border-color: #0AF1F9;
}
.TagClassName
{
border-color: #0AF1F9;
}
</style>