Shades of Aqua #0AF9FC
Tints of Aqua #0AF9FC
RGB
CMYK
RGB Variations
Color information
#0AF9FC (or 0x0AF9FC) is known color: Aqua. HEX triplet: 0A, F9 and FC. RGB value is (10,249,252). Sum of RGB (Red+Green+Blue) = 10+249+252=511 (67% of max value = 765). Red value is 10 (4.30% from 255 or 1.96% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AF9FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF9FC is #F50603. Grayscale: #B1B1B1. Windows color (decimal): -16057860 or 16578826. OLE color: 16578826.
HSL color Cylindrical-coordinate representation of color #0AF9FC: hue angle of 180.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF9FC is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 249 | 252 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.01 |
| HSL | 180.74º | 0.98% | 0.51% | - |
| HSV(B) | 180.74º | 0.96% | 0.99% | - |
| XYZ | 51.57 | 74.84 | 103.82 | - |
| YUV | 177.88 | 169.82 | 8.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 252 | 0.96 | 0.01 | 0 | 0.01 | 180.74 | 0.98 | 0.51 |
| Hex | A | F9 | FC | 60 | 1 | 0 | 1 | B5 | 62 | 33 |
| Octal | 12 | 371 | 374 | 140 | 1 | 0 | 1 | 265 | 142 | 63 |
| Binary | 1010 | 11111001 | 11111100 | 1100000 | 1 | 0 | 1 | 10110101 | 1100010 | 110011 |
Color Harmonies of #0AF9FC
Complementary color
Monochromatic Colors of #0AF9FC
Black with #0AF9FC
Text Example
Text Example
White with #0AF9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF9FC; }
p { color: rgb(10,249,252); }
H1.HeaderClassName
{
color: #0AF9FC;
}
.AnyTagClassName
{
color: #0AF9FC;
}
</style>
background-color css
<style>
a { background-color: #0AF9FC; }
a { background-color: rgb(10,249,252); }
div.DivClassName
{
background-color: #0AF9FC;
}
.BgClassName
{
background-color: #0AF9FC;
}
</style>
border-color css
<style>
span { border-color: #0AF9FC; }
span { border-color: rgb(10,249,252); }
td.TdClassName
{
border-color: #0AF9FC;
}
.TagClassName
{
border-color: #0AF9FC;
}
</style>