Shades of Aqua #11EFF9
Tints of Aqua #11EFF9
RGB
CMYK
RGB Variations
Color information
#11EFF9 (or 0x11EFF9) is known color: Aqua. HEX triplet: 11, EF and F9. RGB value is (17,239,249). Sum of RGB (Red+Green+Blue) = 17+239+249=505 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.37% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #11EFF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EFF9 is #EE1006. Grayscale: #ADADAD. Windows color (decimal): -15601671 or 16379665. OLE color: 16379665.
HSL color Cylindrical-coordinate representation of color #11EFF9: hue angle of 182.59º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EFF9 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 239 | 249 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.02 |
| HSL | 182.59º | 0.95% | 0.52% | - |
| HSV(B) | 182.59º | 0.93% | 0.98% | - |
| XYZ | 48.2 | 68.69 | 100.34 | - |
| YUV | 173.76 | 170.45 | 16.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 239 | 249 | 0.93 | 0.04 | 0 | 0.02 | 182.59 | 0.95 | 0.52 |
| Hex | 11 | EF | F9 | 5D | 4 | 0 | 2 | B7 | 5F | 34 |
| Octal | 21 | 357 | 371 | 135 | 4 | 0 | 2 | 267 | 137 | 64 |
| Binary | 10001 | 11101111 | 11111001 | 1011101 | 100 | 0 | 10 | 10110111 | 1011111 | 110100 |
Color Harmonies of #11EFF9
Complementary color
Monochromatic Colors of #11EFF9
Black with #11EFF9
Text Example
Text Example
White with #11EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EFF9; }
p { color: rgb(17,239,249); }
H1.HeaderClassName
{
color: #11EFF9;
}
.AnyTagClassName
{
color: #11EFF9;
}
</style>
background-color css
<style>
a { background-color: #11EFF9; }
a { background-color: rgb(17,239,249); }
div.DivClassName
{
background-color: #11EFF9;
}
.BgClassName
{
background-color: #11EFF9;
}
</style>
border-color css
<style>
span { border-color: #11EFF9; }
span { border-color: rgb(17,239,249); }
td.TdClassName
{
border-color: #11EFF9;
}
.TagClassName
{
border-color: #11EFF9;
}
</style>