Shades of Aqua #09FAF2
Tints of Aqua #09FAF2
RGB
CMYK
RGB Variations
Color information
#09FAF2 (or 0x09FAF2) is known color: Aqua. HEX triplet: 09, FA and F2. RGB value is (9,250,242). Sum of RGB (Red+Green+Blue) = 9+250+242=501 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.80% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #09FAF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FAF2 is #F6050D. Grayscale: #B0B0B0. Windows color (decimal): -16123150 or 15923721. OLE color: 15923721.
HSL color Cylindrical-coordinate representation of color #09FAF2: hue angle of 178.01º 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 #09FAF2 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 250 | 242 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.02 |
| HSL | 178.01º | 0.96% | 0.51% | - |
| HSV(B) | 178.01º | 0.96% | 0.98% | - |
| XYZ | 50.33 | 74.84 | 95.8 | - |
| YUV | 177.03 | 164.66 | 8.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 250 | 242 | 0.96 | 0 | 0.03 | 0.02 | 178.01 | 0.96 | 0.51 |
| Hex | 9 | FA | F2 | 60 | 0 | 3 | 2 | B2 | 60 | 33 |
| Octal | 11 | 372 | 362 | 140 | 0 | 3 | 2 | 262 | 140 | 63 |
| Binary | 1001 | 11111010 | 11110010 | 1100000 | 0 | 11 | 10 | 10110010 | 1100000 | 110011 |
Color Harmonies of #09FAF2
Complementary color
Monochromatic Colors of #09FAF2
Black with #09FAF2
Text Example
Text Example
White with #09FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FAF2; }
p { color: rgb(9,250,242); }
H1.HeaderClassName
{
color: #09FAF2;
}
.AnyTagClassName
{
color: #09FAF2;
}
</style>
background-color css
<style>
a { background-color: #09FAF2; }
a { background-color: rgb(9,250,242); }
div.DivClassName
{
background-color: #09FAF2;
}
.BgClassName
{
background-color: #09FAF2;
}
</style>
border-color css
<style>
span { border-color: #09FAF2; }
span { border-color: rgb(9,250,242); }
td.TdClassName
{
border-color: #09FAF2;
}
.TagClassName
{
border-color: #09FAF2;
}
</style>