Shades of Aqua #09FAF0
Tints of Aqua #09FAF0
RGB
CMYK
RGB Variations
Color information
#09FAF0 (or 0x09FAF0) is known color: Aqua. HEX triplet: 09, FA and F0. RGB value is (9,250,240). Sum of RGB (Red+Green+Blue) = 9+250+240=499 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.80% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #09FAF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FAF0 is #F6050F. Grayscale: #B0B0B0. Windows color (decimal): -16123152 or 15792649. OLE color: 15792649.
HSL color Cylindrical-coordinate representation of color #09FAF0: hue angle of 177.51º degrees, saturation: 0.96, 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 #09FAF0 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 250 | 240 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.02 |
| HSL | 177.51º | 0.96% | 0.51% | - |
| HSV(B) | 177.51º | 0.96% | 0.98% | - |
| XYZ | 50.03 | 74.72 | 94.22 | - |
| YUV | 176.8 | 163.66 | 8.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 250 | 240 | 0.96 | 0 | 0.04 | 0.02 | 177.51 | 0.96 | 0.51 |
| Hex | 9 | FA | F0 | 60 | 0 | 4 | 2 | B2 | 60 | 33 |
| Octal | 11 | 372 | 360 | 140 | 0 | 4 | 2 | 262 | 140 | 63 |
| Binary | 1001 | 11111010 | 11110000 | 1100000 | 0 | 100 | 10 | 10110010 | 1100000 | 110011 |
Color Harmonies of #09FAF0
Complementary color
Monochromatic Colors of #09FAF0
Black with #09FAF0
Text Example
Text Example
White with #09FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FAF0; }
p { color: rgb(9,250,240); }
H1.HeaderClassName
{
color: #09FAF0;
}
.AnyTagClassName
{
color: #09FAF0;
}
</style>
background-color css
<style>
a { background-color: #09FAF0; }
a { background-color: rgb(9,250,240); }
div.DivClassName
{
background-color: #09FAF0;
}
.BgClassName
{
background-color: #09FAF0;
}
</style>
border-color css
<style>
span { border-color: #09FAF0; }
span { border-color: rgb(9,250,240); }
td.TdClassName
{
border-color: #09FAF0;
}
.TagClassName
{
border-color: #09FAF0;
}
</style>