Shades of Aqua #11E1FE
Tints of Aqua #11E1FE
RGB
CMYK
RGB Variations
Color information
#11E1FE (or 0x11E1FE) is known color: Aqua. HEX triplet: 11, E1 and FE. RGB value is (17,225,254). Sum of RGB (Red+Green+Blue) = 17+225+254=496 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #11E1FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11E1FE is #EE1E01. Grayscale: #A5A5A5. Windows color (decimal): -15605250 or 16703761. OLE color: 16703761.
HSL color Cylindrical-coordinate representation of color #11E1FE: hue angle of 187.34º 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 #11E1FE is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 225 | 254 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.00 |
| HSL | 187.34º | 0.99% | 0.53% | - |
| HSV(B) | 187.34º | 0.93% | 1% | - |
| XYZ | 45.05 | 61.13 | 103.19 | - |
| YUV | 166.11 | 177.59 | 21.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 225 | 254 | 0.93 | 0.11 | 0 | 0.00 | 187.34 | 0.99 | 0.53 |
| Hex | 11 | E1 | FE | 5D | B | 0 | 0 | BB | 63 | 35 |
| Octal | 21 | 341 | 376 | 135 | 13 | 0 | 0 | 273 | 143 | 65 |
| Binary | 10001 | 11100001 | 11111110 | 1011101 | 1011 | 0 | 0 | 10111011 | 1100011 | 110101 |
Color Harmonies of #11E1FE
Complementary color
Monochromatic Colors of #11E1FE
Black with #11E1FE
Text Example
Text Example
White with #11E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E1FE; }
p { color: rgb(17,225,254); }
H1.HeaderClassName
{
color: #11E1FE;
}
.AnyTagClassName
{
color: #11E1FE;
}
</style>
background-color css
<style>
a { background-color: #11E1FE; }
a { background-color: rgb(17,225,254); }
div.DivClassName
{
background-color: #11E1FE;
}
.BgClassName
{
background-color: #11E1FE;
}
</style>
border-color css
<style>
span { border-color: #11E1FE; }
span { border-color: rgb(17,225,254); }
td.TdClassName
{
border-color: #11E1FE;
}
.TagClassName
{
border-color: #11E1FE;
}
</style>