Shades of Aqua #09FFFA
Tints of Aqua #09FFFA
RGB
CMYK
RGB Variations
Color information
#09FFFA (or 0x09FFFA) is known color: Aqua. HEX triplet: 09, FF and FA. RGB value is (9,255,250). Sum of RGB (Red+Green+Blue) = 9+255+250=514 (68% of max value = 765). Red value is 9 (3.91% from 255 or 1.75% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FFFA is #F60005. Grayscale: #B4B4B4. Windows color (decimal): -16121862 or 16449289. OLE color: 16449289.
HSL color Cylindrical-coordinate representation of color #09FFFA: hue angle of 178.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FFFA is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 250 | - |
| CMYK | 0.96 | 0 | 0.02 | 0 |
| HSL | 178.78º | 1% | 0.52% | - |
| HSV(B) | 178.78º | 0.96% | 1% | - |
| XYZ | 53.13 | 78.48 | 102.79 | - |
| YUV | 180.88 | 167 | 5.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 250 | 0.96 | 0 | 0.02 | 0 | 178.78 | 1 | 0.52 |
| Hex | 9 | FF | FA | 60 | 0 | 2 | 0 | B3 | 64 | 34 |
| Octal | 11 | 377 | 372 | 140 | 0 | 2 | 0 | 263 | 144 | 64 |
| Binary | 1001 | 11111111 | 11111010 | 1100000 | 0 | 10 | 0 | 10110011 | 1100100 | 110100 |
Color Harmonies of #09FFFA
Complementary color
Monochromatic Colors of #09FFFA
Black with #09FFFA
Text Example
Text Example
White with #09FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFFA; }
p { color: rgb(9,255,250); }
H1.HeaderClassName
{
color: #09FFFA;
}
.AnyTagClassName
{
color: #09FFFA;
}
</style>
background-color css
<style>
a { background-color: #09FFFA; }
a { background-color: rgb(9,255,250); }
div.DivClassName
{
background-color: #09FFFA;
}
.BgClassName
{
background-color: #09FFFA;
}
</style>
border-color css
<style>
span { border-color: #09FFFA; }
span { border-color: rgb(9,255,250); }
td.TdClassName
{
border-color: #09FFFA;
}
.TagClassName
{
border-color: #09FFFA;
}
</style>