Shades of Aqua #09ECF6
Tints of Aqua #09ECF6
RGB
CMYK
RGB Variations
Color information
#09ECF6 (or 0x09ECF6) is known color: Aqua. HEX triplet: 09, EC and F6. RGB value is (9,236,246). Sum of RGB (Red+Green+Blue) = 9+236+246=491 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.83% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #09ECF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09ECF6 is #F61309. Grayscale: #A8A8A8. Windows color (decimal): -16126730 or 16182281. OLE color: 16182281.
HSL color Cylindrical-coordinate representation of color #09ECF6: hue angle of 182.53º 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 #09ECF6 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 236 | 246 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.04 |
| HSL | 182.53º | 0.93% | 0.5% | - |
| HSV(B) | 182.53º | 0.96% | 0.96% | - |
| XYZ | 46.74 | 66.7 | 97.6 | - |
| YUV | 169.27 | 171.29 | 13.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 236 | 246 | 0.96 | 0.04 | 0 | 0.04 | 182.53 | 0.93 | 0.5 |
| Hex | 9 | EC | F6 | 60 | 4 | 0 | 4 | B7 | 5D | 32 |
| Octal | 11 | 354 | 366 | 140 | 4 | 0 | 4 | 267 | 135 | 62 |
| Binary | 1001 | 11101100 | 11110110 | 1100000 | 100 | 0 | 100 | 10110111 | 1011101 | 110010 |
Color Harmonies of #09ECF6
Complementary color
Monochromatic Colors of #09ECF6
Black with #09ECF6
Text Example
Text Example
White with #09ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ECF6; }
p { color: rgb(9,236,246); }
H1.HeaderClassName
{
color: #09ECF6;
}
.AnyTagClassName
{
color: #09ECF6;
}
</style>
background-color css
<style>
a { background-color: #09ECF6; }
a { background-color: rgb(9,236,246); }
div.DivClassName
{
background-color: #09ECF6;
}
.BgClassName
{
background-color: #09ECF6;
}
</style>
border-color css
<style>
span { border-color: #09ECF6; }
span { border-color: rgb(9,236,246); }
td.TdClassName
{
border-color: #09ECF6;
}
.TagClassName
{
border-color: #09ECF6;
}
</style>