Shades of Aqua #11E2FF
Tints of Aqua #11E2FF
RGB
CMYK
RGB Variations
Color information
#11E2FF (or 0x11E2FF) is known color: Aqua. HEX triplet: 11, E2 and FF. RGB value is (17,226,255). Sum of RGB (Red+Green+Blue) = 17+226+255=498 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.41% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #11E2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11E2FF is #EE1D00. Grayscale: #A6A6A6. Windows color (decimal): -15604993 or 16769553. OLE color: 16769553.
HSL color Cylindrical-coordinate representation of color #11E2FF: hue angle of 187.31º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E2FF is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 226 | 255 | - |
| CMYK | 0.93 | 0.11 | 0 | 0 |
| HSL | 187.31º | 1% | 0.53% | - |
| HSV(B) | 187.31º | 0.93% | 1% | - |
| XYZ | 45.48 | 61.73 | 104.13 | - |
| YUV | 166.82 | 177.76 | 21.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 226 | 255 | 0.93 | 0.11 | 0 | 0 | 187.31 | 1 | 0.53 |
| Hex | 11 | E2 | FF | 5D | B | 0 | 0 | BB | 64 | 35 |
| Octal | 21 | 342 | 377 | 135 | 13 | 0 | 0 | 273 | 144 | 65 |
| Binary | 10001 | 11100010 | 11111111 | 1011101 | 1011 | 0 | 0 | 10111011 | 1100100 | 110101 |
Color Harmonies of #11E2FF
Complementary color
Monochromatic Colors of #11E2FF
Black with #11E2FF
Text Example
Text Example
White with #11E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E2FF; }
p { color: rgb(17,226,255); }
H1.HeaderClassName
{
color: #11E2FF;
}
.AnyTagClassName
{
color: #11E2FF;
}
</style>
background-color css
<style>
a { background-color: #11E2FF; }
a { background-color: rgb(17,226,255); }
div.DivClassName
{
background-color: #11E2FF;
}
.BgClassName
{
background-color: #11E2FF;
}
</style>
border-color css
<style>
span { border-color: #11E2FF; }
span { border-color: rgb(17,226,255); }
td.TdClassName
{
border-color: #11E2FF;
}
.TagClassName
{
border-color: #11E2FF;
}
</style>