Shades of Aqua #09EEF5
Tints of Aqua #09EEF5
RGB
CMYK
RGB Variations
Color information
#09EEF5 (or 0x09EEF5) is known color: Aqua. HEX triplet: 09, EE and F5. RGB value is (9,238,245). Sum of RGB (Red+Green+Blue) = 9+238+245=492 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.83% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 245 (96.09% from 255 or 49.80% from 492); Max value from RGB is 245 - color contains mainly: blue. Hex color #09EEF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EEF5 is #F6110A. Grayscale: #AAAAAA. Windows color (decimal): -16126219 or 16117257. OLE color: 16117257.
HSL color Cylindrical-coordinate representation of color #09EEF5: hue angle of 181.78º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EEF5 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 238 | 245 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.04 |
| HSL | 181.78º | 0.93% | 0.5% | - |
| HSV(B) | 181.78º | 0.96% | 0.96% | - |
| XYZ | 47.17 | 67.8 | 96.99 | - |
| YUV | 170.33 | 170.13 | 12.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 238 | 245 | 0.96 | 0.03 | 0 | 0.04 | 181.78 | 0.93 | 0.5 |
| Hex | 9 | EE | F5 | 60 | 3 | 0 | 4 | B6 | 5D | 32 |
| Octal | 11 | 356 | 365 | 140 | 3 | 0 | 4 | 266 | 135 | 62 |
| Binary | 1001 | 11101110 | 11110101 | 1100000 | 11 | 0 | 100 | 10110110 | 1011101 | 110010 |
Color Harmonies of #09EEF5
Complementary color
Monochromatic Colors of #09EEF5
Black with #09EEF5
Text Example
Text Example
White with #09EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EEF5; }
p { color: rgb(9,238,245); }
H1.HeaderClassName
{
color: #09EEF5;
}
.AnyTagClassName
{
color: #09EEF5;
}
</style>
background-color css
<style>
a { background-color: #09EEF5; }
a { background-color: rgb(9,238,245); }
div.DivClassName
{
background-color: #09EEF5;
}
.BgClassName
{
background-color: #09EEF5;
}
</style>
border-color css
<style>
span { border-color: #09EEF5; }
span { border-color: rgb(9,238,245); }
td.TdClassName
{
border-color: #09EEF5;
}
.TagClassName
{
border-color: #09EEF5;
}
</style>