Shades of Aqua #09FFE9
Tints of Aqua #09FFE9
RGB
CMYK
RGB Variations
Color information
#09FFE9 (or 0x09FFE9) is known color: Aqua. HEX triplet: 09, FF and E9. RGB value is (9,255,233). Sum of RGB (Red+Green+Blue) = 9+255+233=497 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FFE9 is #F60016. Grayscale: #B2B2B2. Windows color (decimal): -16121879 or 15335177. OLE color: 15335177.
HSL color Cylindrical-coordinate representation of color #09FFE9: hue angle of 174.63º 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 #09FFE9 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 233 | - |
| CMYK | 0.96 | 0 | 0.09 | 0 |
| HSL | 174.63º | 1% | 0.52% | - |
| HSV(B) | 174.63º | 0.96% | 1% | - |
| XYZ | 50.58 | 77.46 | 89.38 | - |
| YUV | 178.94 | 158.5 | 6.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 233 | 0.96 | 0 | 0.09 | 0 | 174.63 | 1 | 0.52 |
| Hex | 9 | FF | E9 | 60 | 0 | 9 | 0 | AF | 64 | 34 |
| Octal | 11 | 377 | 351 | 140 | 0 | 11 | 0 | 257 | 144 | 64 |
| Binary | 1001 | 11111111 | 11101001 | 1100000 | 0 | 1001 | 0 | 10101111 | 1100100 | 110100 |
Color Harmonies of #09FFE9
Complementary color
Monochromatic Colors of #09FFE9
Black with #09FFE9
Text Example
Text Example
White with #09FFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFE9; }
p { color: rgb(9,255,233); }
H1.HeaderClassName
{
color: #09FFE9;
}
.AnyTagClassName
{
color: #09FFE9;
}
</style>
background-color css
<style>
a { background-color: #09FFE9; }
a { background-color: rgb(9,255,233); }
div.DivClassName
{
background-color: #09FFE9;
}
.BgClassName
{
background-color: #09FFE9;
}
</style>
border-color css
<style>
span { border-color: #09FFE9; }
span { border-color: rgb(9,255,233); }
td.TdClassName
{
border-color: #09FFE9;
}
.TagClassName
{
border-color: #09FFE9;
}
</style>