Shades of Aqua #09FAEF
Tints of Aqua #09FAEF
RGB
CMYK
RGB Variations
Color information
#09FAEF (or 0x09FAEF) is known color: Aqua. HEX triplet: 09, FA and EF. RGB value is (9,250,239). Sum of RGB (Red+Green+Blue) = 9+250+239=498 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #09FAEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FAEF is #F60510. Grayscale: #B0B0B0. Windows color (decimal): -16123153 or 15727113. OLE color: 15727113.
HSL color Cylindrical-coordinate representation of color #09FAEF: hue angle of 177.26º 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 #09FAEF is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 250 | 239 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.02 |
| HSL | 177.26º | 0.96% | 0.51% | - |
| HSV(B) | 177.26º | 0.96% | 0.98% | - |
| XYZ | 49.88 | 74.66 | 93.44 | - |
| YUV | 176.69 | 163.16 | 8.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 250 | 239 | 0.96 | 0 | 0.04 | 0.02 | 177.26 | 0.96 | 0.51 |
| Hex | 9 | FA | EF | 60 | 0 | 4 | 2 | B1 | 60 | 33 |
| Octal | 11 | 372 | 357 | 140 | 0 | 4 | 2 | 261 | 140 | 63 |
| Binary | 1001 | 11111010 | 11101111 | 1100000 | 0 | 100 | 10 | 10110001 | 1100000 | 110011 |
Color Harmonies of #09FAEF
Complementary color
Monochromatic Colors of #09FAEF
Black with #09FAEF
Text Example
Text Example
White with #09FAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FAEF; }
p { color: rgb(9,250,239); }
H1.HeaderClassName
{
color: #09FAEF;
}
.AnyTagClassName
{
color: #09FAEF;
}
</style>
background-color css
<style>
a { background-color: #09FAEF; }
a { background-color: rgb(9,250,239); }
div.DivClassName
{
background-color: #09FAEF;
}
.BgClassName
{
background-color: #09FAEF;
}
</style>
border-color css
<style>
span { border-color: #09FAEF; }
span { border-color: rgb(9,250,239); }
td.TdClassName
{
border-color: #09FAEF;
}
.TagClassName
{
border-color: #09FAEF;
}
</style>