Shades of Aqua #09E7FA
Tints of Aqua #09E7FA
RGB
CMYK
RGB Variations
Color information
#09E7FA (or 0x09E7FA) is known color: Aqua. HEX triplet: 09, E7 and FA. RGB value is (9,231,250). Sum of RGB (Red+Green+Blue) = 9+231+250=490 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.84% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #09E7FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09E7FA is #F61805. Grayscale: #A6A6A6. Windows color (decimal): -16128006 or 16443145. OLE color: 16443145.
HSL color Cylindrical-coordinate representation of color #09E7FA: hue angle of 184.73º 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 #09E7FA is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 231 | 250 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.02 |
| HSL | 184.73º | 0.96% | 0.51% | - |
| HSV(B) | 184.73º | 0.96% | 0.98% | - |
| XYZ | 45.94 | 64.11 | 100.4 | - |
| YUV | 166.79 | 174.95 | 15.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 231 | 250 | 0.96 | 0.08 | 0 | 0.02 | 184.73 | 0.96 | 0.51 |
| Hex | 9 | E7 | FA | 60 | 8 | 0 | 2 | B9 | 60 | 33 |
| Octal | 11 | 347 | 372 | 140 | 10 | 0 | 2 | 271 | 140 | 63 |
| Binary | 1001 | 11100111 | 11111010 | 1100000 | 1000 | 0 | 10 | 10111001 | 1100000 | 110011 |
Color Harmonies of #09E7FA
Complementary color
Monochromatic Colors of #09E7FA
Black with #09E7FA
Text Example
Text Example
White with #09E7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E7FA; }
p { color: rgb(9,231,250); }
H1.HeaderClassName
{
color: #09E7FA;
}
.AnyTagClassName
{
color: #09E7FA;
}
</style>
background-color css
<style>
a { background-color: #09E7FA; }
a { background-color: rgb(9,231,250); }
div.DivClassName
{
background-color: #09E7FA;
}
.BgClassName
{
background-color: #09E7FA;
}
</style>
border-color css
<style>
span { border-color: #09E7FA; }
span { border-color: rgb(9,231,250); }
td.TdClassName
{
border-color: #09E7FA;
}
.TagClassName
{
border-color: #09E7FA;
}
</style>