Shades of Aqua #11E5FE
Tints of Aqua #11E5FE
RGB
CMYK
RGB Variations
Color information
#11E5FE (or 0x11E5FE) is known color: Aqua. HEX triplet: 11, E5 and FE. RGB value is (17,229,254). Sum of RGB (Red+Green+Blue) = 17+229+254=500 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.4% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #11E5FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11E5FE is #EE1A01. Grayscale: #A8A8A8. Windows color (decimal): -15604226 or 16704785. OLE color: 16704785.
HSL color Cylindrical-coordinate representation of color #11E5FE: hue angle of 186.33º 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 #11E5FE is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 229 | 254 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.00 |
| HSL | 186.33º | 0.99% | 0.53% | - |
| HSV(B) | 186.33º | 0.93% | 1% | - |
| XYZ | 46.14 | 63.31 | 103.55 | - |
| YUV | 168.46 | 176.26 | 19.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 229 | 254 | 0.93 | 0.10 | 0 | 0.00 | 186.33 | 0.99 | 0.53 |
| Hex | 11 | E5 | FE | 5D | A | 0 | 0 | BA | 63 | 35 |
| Octal | 21 | 345 | 376 | 135 | 12 | 0 | 0 | 272 | 143 | 65 |
| Binary | 10001 | 11100101 | 11111110 | 1011101 | 1010 | 0 | 0 | 10111010 | 1100011 | 110101 |
Color Harmonies of #11E5FE
Complementary color
Monochromatic Colors of #11E5FE
Black with #11E5FE
Text Example
Text Example
White with #11E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E5FE; }
p { color: rgb(17,229,254); }
H1.HeaderClassName
{
color: #11E5FE;
}
.AnyTagClassName
{
color: #11E5FE;
}
</style>
background-color css
<style>
a { background-color: #11E5FE; }
a { background-color: rgb(17,229,254); }
div.DivClassName
{
background-color: #11E5FE;
}
.BgClassName
{
background-color: #11E5FE;
}
</style>
border-color css
<style>
span { border-color: #11E5FE; }
span { border-color: rgb(17,229,254); }
td.TdClassName
{
border-color: #11E5FE;
}
.TagClassName
{
border-color: #11E5FE;
}
</style>