Shades of Aqua #0AF4F9
Tints of Aqua #0AF4F9
RGB
CMYK
RGB Variations
Color information
#0AF4F9 (or 0x0AF4F9) is known color: Aqua. HEX triplet: 0A, F4 and F9. RGB value is (10,244,249). Sum of RGB (Red+Green+Blue) = 10+244+249=503 (66% of max value = 765). Red value is 10 (4.30% from 255 or 1.99% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #0AF4F9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF4F9 is #F50B06. Grayscale: #AEAEAE. Windows color (decimal): -16059143 or 16380938. OLE color: 16380938.
HSL color Cylindrical-coordinate representation of color #0AF4F9: hue angle of 181.26º 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 #0AF4F9 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 244 | 249 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.02 |
| HSL | 181.26º | 0.95% | 0.51% | - |
| HSV(B) | 181.26º | 0.96% | 0.98% | - |
| XYZ | 49.57 | 71.61 | 100.83 | - |
| YUV | 174.6 | 169.98 | 10.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 244 | 249 | 0.96 | 0.02 | 0 | 0.02 | 181.26 | 0.95 | 0.51 |
| Hex | A | F4 | F9 | 60 | 2 | 0 | 2 | B5 | 5F | 33 |
| Octal | 12 | 364 | 371 | 140 | 2 | 0 | 2 | 265 | 137 | 63 |
| Binary | 1010 | 11110100 | 11111001 | 1100000 | 10 | 0 | 10 | 10110101 | 1011111 | 110011 |
Color Harmonies of #0AF4F9
Complementary color
Monochromatic Colors of #0AF4F9
Black with #0AF4F9
Text Example
Text Example
White with #0AF4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF4F9; }
p { color: rgb(10,244,249); }
H1.HeaderClassName
{
color: #0AF4F9;
}
.AnyTagClassName
{
color: #0AF4F9;
}
</style>
background-color css
<style>
a { background-color: #0AF4F9; }
a { background-color: rgb(10,244,249); }
div.DivClassName
{
background-color: #0AF4F9;
}
.BgClassName
{
background-color: #0AF4F9;
}
</style>
border-color css
<style>
span { border-color: #0AF4F9; }
span { border-color: rgb(10,244,249); }
td.TdClassName
{
border-color: #0AF4F9;
}
.TagClassName
{
border-color: #0AF4F9;
}
</style>