Shades of Aqua #09E5FF
Tints of Aqua #09E5FF
RGB
CMYK
RGB Variations
Color information
#09E5FF (or 0x09E5FF) is known color: Aqua. HEX triplet: 09, E5 and FF. RGB value is (9,229,255). Sum of RGB (Red+Green+Blue) = 9+229+255=493 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.83% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #09E5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E5FF is #F61A00. Grayscale: #A5A5A5. Windows color (decimal): -16128513 or 16770313. OLE color: 16770313.
HSL color Cylindrical-coordinate representation of color #09E5FF: hue angle of 186.34º 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 #09E5FF is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 229 | 255 | - |
| CMYK | 0.96 | 0.10 | 0 | 0 |
| HSL | 186.34º | 1% | 0.52% | - |
| HSV(B) | 186.34º | 0.96% | 1% | - |
| XYZ | 46.18 | 63.32 | 104.4 | - |
| YUV | 166.18 | 178.11 | 15.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 229 | 255 | 0.96 | 0.10 | 0 | 0 | 186.34 | 1 | 0.52 |
| Hex | 9 | E5 | FF | 60 | A | 0 | 0 | BA | 64 | 34 |
| Octal | 11 | 345 | 377 | 140 | 12 | 0 | 0 | 272 | 144 | 64 |
| Binary | 1001 | 11100101 | 11111111 | 1100000 | 1010 | 0 | 0 | 10111010 | 1100100 | 110100 |
Color Harmonies of #09E5FF
Complementary color
Monochromatic Colors of #09E5FF
Black with #09E5FF
Text Example
Text Example
White with #09E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E5FF; }
p { color: rgb(9,229,255); }
H1.HeaderClassName
{
color: #09E5FF;
}
.AnyTagClassName
{
color: #09E5FF;
}
</style>
background-color css
<style>
a { background-color: #09E5FF; }
a { background-color: rgb(9,229,255); }
div.DivClassName
{
background-color: #09E5FF;
}
.BgClassName
{
background-color: #09E5FF;
}
</style>
border-color css
<style>
span { border-color: #09E5FF; }
span { border-color: rgb(9,229,255); }
td.TdClassName
{
border-color: #09E5FF;
}
.TagClassName
{
border-color: #09E5FF;
}
</style>