Shades of Aqua #09ECF5
Tints of Aqua #09ECF5
RGB
CMYK
RGB Variations
Color information
#09ECF5 (or 0x09ECF5) is known color: Aqua. HEX triplet: 09, EC and F5. RGB value is (9,236,245). Sum of RGB (Red+Green+Blue) = 9+236+245=490 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.84% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 245 (96.09% from 255 or 50% from 490); Max value from RGB is 245 - color contains mainly: blue. Hex color #09ECF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09ECF5 is #F6130A. Grayscale: #A8A8A8. Windows color (decimal): -16126731 or 16116745. OLE color: 16116745.
HSL color Cylindrical-coordinate representation of color #09ECF5: hue angle of 182.29º 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 #09ECF5 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 236 | 245 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.04 |
| HSL | 182.29º | 0.93% | 0.5% | - |
| HSV(B) | 182.29º | 0.96% | 0.96% | - |
| XYZ | 46.59 | 66.64 | 96.79 | - |
| YUV | 169.15 | 170.79 | 13.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 236 | 245 | 0.96 | 0.04 | 0 | 0.04 | 182.29 | 0.93 | 0.5 |
| Hex | 9 | EC | F5 | 60 | 4 | 0 | 4 | B6 | 5D | 32 |
| Octal | 11 | 354 | 365 | 140 | 4 | 0 | 4 | 266 | 135 | 62 |
| Binary | 1001 | 11101100 | 11110101 | 1100000 | 100 | 0 | 100 | 10110110 | 1011101 | 110010 |
Color Harmonies of #09ECF5
Complementary color
Monochromatic Colors of #09ECF5
Black with #09ECF5
Text Example
Text Example
White with #09ECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ECF5; }
p { color: rgb(9,236,245); }
H1.HeaderClassName
{
color: #09ECF5;
}
.AnyTagClassName
{
color: #09ECF5;
}
</style>
background-color css
<style>
a { background-color: #09ECF5; }
a { background-color: rgb(9,236,245); }
div.DivClassName
{
background-color: #09ECF5;
}
.BgClassName
{
background-color: #09ECF5;
}
</style>
border-color css
<style>
span { border-color: #09ECF5; }
span { border-color: rgb(9,236,245); }
td.TdClassName
{
border-color: #09ECF5;
}
.TagClassName
{
border-color: #09ECF5;
}
</style>