Shades of Aqua #09FEEE
Tints of Aqua #09FEEE
RGB
CMYK
RGB Variations
Color information
#09FEEE (or 0x09FEEE) is known color: Aqua. HEX triplet: 09, FE and EE. RGB value is (9,254,238). Sum of RGB (Red+Green+Blue) = 9+254+238=501 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.80% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #09FEEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FEEE is #F60111. Grayscale: #B2B2B2. Windows color (decimal): -16122130 or 15662601. OLE color: 15662601.
HSL color Cylindrical-coordinate representation of color #09FEEE: hue angle of 176.08º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FEEE is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 254 | 238 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.00 |
| HSL | 176.08º | 0.99% | 0.52% | - |
| HSV(B) | 176.08º | 0.96% | 1% | - |
| XYZ | 50.99 | 77.11 | 93.09 | - |
| YUV | 178.92 | 161.33 | 6.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 254 | 238 | 0.96 | 0 | 0.06 | 0.00 | 176.08 | 0.99 | 0.52 |
| Hex | 9 | FE | EE | 60 | 0 | 6 | 0 | B0 | 63 | 34 |
| Octal | 11 | 376 | 356 | 140 | 0 | 6 | 0 | 260 | 143 | 64 |
| Binary | 1001 | 11111110 | 11101110 | 1100000 | 0 | 110 | 0 | 10110000 | 1100011 | 110100 |
Color Harmonies of #09FEEE
Complementary color
Monochromatic Colors of #09FEEE
Black with #09FEEE
Text Example
Text Example
White with #09FEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FEEE; }
p { color: rgb(9,254,238); }
H1.HeaderClassName
{
color: #09FEEE;
}
.AnyTagClassName
{
color: #09FEEE;
}
</style>
background-color css
<style>
a { background-color: #09FEEE; }
a { background-color: rgb(9,254,238); }
div.DivClassName
{
background-color: #09FEEE;
}
.BgClassName
{
background-color: #09FEEE;
}
</style>
border-color css
<style>
span { border-color: #09FEEE; }
span { border-color: rgb(9,254,238); }
td.TdClassName
{
border-color: #09FEEE;
}
.TagClassName
{
border-color: #09FEEE;
}
</style>