Shades of Aqua #11E2FE
Tints of Aqua #11E2FE
RGB
CMYK
RGB Variations
Color information
#11E2FE (or 0x11E2FE) is known color: Aqua. HEX triplet: 11, E2 and FE. RGB value is (17,226,254). Sum of RGB (Red+Green+Blue) = 17+226+254=497 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.42% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #11E2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11E2FE is #EE1D01. Grayscale: #A6A6A6. Windows color (decimal): -15604994 or 16704017. OLE color: 16704017.
HSL color Cylindrical-coordinate representation of color #11E2FE: hue angle of 187.09º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E2FE is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 226 | 254 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.00 |
| HSL | 187.09º | 0.99% | 0.53% | - |
| HSV(B) | 187.09º | 0.93% | 1% | - |
| XYZ | 45.32 | 61.67 | 103.28 | - |
| YUV | 166.7 | 177.26 | 21.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 226 | 254 | 0.93 | 0.11 | 0 | 0.00 | 187.09 | 0.99 | 0.53 |
| Hex | 11 | E2 | FE | 5D | B | 0 | 0 | BB | 63 | 35 |
| Octal | 21 | 342 | 376 | 135 | 13 | 0 | 0 | 273 | 143 | 65 |
| Binary | 10001 | 11100010 | 11111110 | 1011101 | 1011 | 0 | 0 | 10111011 | 1100011 | 110101 |
Color Harmonies of #11E2FE
Complementary color
Monochromatic Colors of #11E2FE
Black with #11E2FE
Text Example
Text Example
White with #11E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E2FE; }
p { color: rgb(17,226,254); }
H1.HeaderClassName
{
color: #11E2FE;
}
.AnyTagClassName
{
color: #11E2FE;
}
</style>
background-color css
<style>
a { background-color: #11E2FE; }
a { background-color: rgb(17,226,254); }
div.DivClassName
{
background-color: #11E2FE;
}
.BgClassName
{
background-color: #11E2FE;
}
</style>
border-color css
<style>
span { border-color: #11E2FE; }
span { border-color: rgb(17,226,254); }
td.TdClassName
{
border-color: #11E2FE;
}
.TagClassName
{
border-color: #11E2FE;
}
</style>