Shades of Aqua #09FAF5
Tints of Aqua #09FAF5
RGB
CMYK
RGB Variations
Color information
#09FAF5 (or 0x09FAF5) is known color: Aqua. HEX triplet: 09, FA and F5. RGB value is (9,250,245). Sum of RGB (Red+Green+Blue) = 9+250+245=504 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.79% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #09FAF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FAF5 is #F6050A. Grayscale: #B1B1B1. Windows color (decimal): -16123147 or 16120329. OLE color: 16120329.
HSL color Cylindrical-coordinate representation of color #09FAF5: hue angle of 178.76º 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 #09FAF5 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 250 | 245 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.02 |
| HSL | 178.76º | 0.96% | 0.51% | - |
| HSV(B) | 178.76º | 0.96% | 0.98% | - |
| XYZ | 50.78 | 75.02 | 98.19 | - |
| YUV | 177.37 | 166.16 | 7.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 250 | 245 | 0.96 | 0 | 0.02 | 0.02 | 178.76 | 0.96 | 0.51 |
| Hex | 9 | FA | F5 | 60 | 0 | 2 | 2 | B3 | 60 | 33 |
| Octal | 11 | 372 | 365 | 140 | 0 | 2 | 2 | 263 | 140 | 63 |
| Binary | 1001 | 11111010 | 11110101 | 1100000 | 0 | 10 | 10 | 10110011 | 1100000 | 110011 |
Color Harmonies of #09FAF5
Complementary color
Monochromatic Colors of #09FAF5
Black with #09FAF5
Text Example
Text Example
White with #09FAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FAF5; }
p { color: rgb(9,250,245); }
H1.HeaderClassName
{
color: #09FAF5;
}
.AnyTagClassName
{
color: #09FAF5;
}
</style>
background-color css
<style>
a { background-color: #09FAF5; }
a { background-color: rgb(9,250,245); }
div.DivClassName
{
background-color: #09FAF5;
}
.BgClassName
{
background-color: #09FAF5;
}
</style>
border-color css
<style>
span { border-color: #09FAF5; }
span { border-color: rgb(9,250,245); }
td.TdClassName
{
border-color: #09FAF5;
}
.TagClassName
{
border-color: #09FAF5;
}
</style>