Shades of Aqua #09FFEA
Tints of Aqua #09FFEA
RGB
CMYK
RGB Variations
Color information
#09FFEA (or 0x09FFEA) is known color: Aqua. HEX triplet: 09, FF and EA. RGB value is (9,255,234). Sum of RGB (Red+Green+Blue) = 9+255+234=498 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FFEA is #F60015. Grayscale: #B2B2B2. Windows color (decimal): -16121878 or 15400713. OLE color: 15400713.
HSL color Cylindrical-coordinate representation of color #09FFEA: hue angle of 174.88º 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 #09FFEA is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 234 | - |
| CMYK | 0.96 | 0 | 0.08 | 0 |
| HSL | 174.88º | 1% | 0.52% | - |
| HSV(B) | 174.88º | 0.96% | 1% | - |
| XYZ | 50.72 | 77.52 | 90.13 | - |
| YUV | 179.05 | 159 | 6.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 234 | 0.96 | 0 | 0.08 | 0 | 174.88 | 1 | 0.52 |
| Hex | 9 | FF | EA | 60 | 0 | 8 | 0 | AF | 64 | 34 |
| Octal | 11 | 377 | 352 | 140 | 0 | 10 | 0 | 257 | 144 | 64 |
| Binary | 1001 | 11111111 | 11101010 | 1100000 | 0 | 1000 | 0 | 10101111 | 1100100 | 110100 |
Color Harmonies of #09FFEA
Complementary color
Monochromatic Colors of #09FFEA
Black with #09FFEA
Text Example
Text Example
White with #09FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFEA; }
p { color: rgb(9,255,234); }
H1.HeaderClassName
{
color: #09FFEA;
}
.AnyTagClassName
{
color: #09FFEA;
}
</style>
background-color css
<style>
a { background-color: #09FFEA; }
a { background-color: rgb(9,255,234); }
div.DivClassName
{
background-color: #09FFEA;
}
.BgClassName
{
background-color: #09FFEA;
}
</style>
border-color css
<style>
span { border-color: #09FFEA; }
span { border-color: rgb(9,255,234); }
td.TdClassName
{
border-color: #09FFEA;
}
.TagClassName
{
border-color: #09FFEA;
}
</style>