Shades of Aqua #09FAEE
Tints of Aqua #09FAEE
RGB
CMYK
RGB Variations
Color information
#09FAEE (or 0x09FAEE) is known color: Aqua. HEX triplet: 09, FA and EE. RGB value is (9,250,238). Sum of RGB (Red+Green+Blue) = 9+250+238=497 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #09FAEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FAEE is #F60511. Grayscale: #B0B0B0. Windows color (decimal): -16123154 or 15661577. OLE color: 15661577.
HSL color Cylindrical-coordinate representation of color #09FAEE: hue angle of 177.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 #09FAEE is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 250 | 238 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.02 |
| HSL | 177.01º | 0.96% | 0.51% | - |
| HSV(B) | 177.01º | 0.96% | 0.98% | - |
| XYZ | 49.73 | 74.6 | 92.67 | - |
| YUV | 176.57 | 162.66 | 8.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 250 | 238 | 0.96 | 0 | 0.05 | 0.02 | 177.01 | 0.96 | 0.51 |
| Hex | 9 | FA | EE | 60 | 0 | 5 | 2 | B1 | 60 | 33 |
| Octal | 11 | 372 | 356 | 140 | 0 | 5 | 2 | 261 | 140 | 63 |
| Binary | 1001 | 11111010 | 11101110 | 1100000 | 0 | 101 | 10 | 10110001 | 1100000 | 110011 |
Color Harmonies of #09FAEE
Complementary color
Monochromatic Colors of #09FAEE
Black with #09FAEE
Text Example
Text Example
White with #09FAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FAEE; }
p { color: rgb(9,250,238); }
H1.HeaderClassName
{
color: #09FAEE;
}
.AnyTagClassName
{
color: #09FAEE;
}
</style>
background-color css
<style>
a { background-color: #09FAEE; }
a { background-color: rgb(9,250,238); }
div.DivClassName
{
background-color: #09FAEE;
}
.BgClassName
{
background-color: #09FAEE;
}
</style>
border-color css
<style>
span { border-color: #09FAEE; }
span { border-color: rgb(9,250,238); }
td.TdClassName
{
border-color: #09FAEE;
}
.TagClassName
{
border-color: #09FAEE;
}
</style>