Shades of Aqua #11E0FE
Tints of Aqua #11E0FE
RGB
CMYK
RGB Variations
Color information
#11E0FE (or 0x11E0FE) is known color: Aqua. HEX triplet: 11, E0 and FE. RGB value is (17,224,254). Sum of RGB (Red+Green+Blue) = 17+224+254=495 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #11E0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11E0FE is #EE1F01. Grayscale: #A5A5A5. Windows color (decimal): -15605506 or 16703505. OLE color: 16703505.
HSL color Cylindrical-coordinate representation of color #11E0FE: hue angle of 187.59º 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 #11E0FE is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 224 | 254 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.00 |
| HSL | 187.59º | 0.99% | 0.53% | - |
| HSV(B) | 187.59º | 0.93% | 1% | - |
| XYZ | 44.78 | 60.59 | 103.1 | - |
| YUV | 165.53 | 177.92 | 22.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 224 | 254 | 0.93 | 0.12 | 0 | 0.00 | 187.59 | 0.99 | 0.53 |
| Hex | 11 | E0 | FE | 5D | C | 0 | 0 | BC | 63 | 35 |
| Octal | 21 | 340 | 376 | 135 | 14 | 0 | 0 | 274 | 143 | 65 |
| Binary | 10001 | 11100000 | 11111110 | 1011101 | 1100 | 0 | 0 | 10111100 | 1100011 | 110101 |
Color Harmonies of #11E0FE
Complementary color
Monochromatic Colors of #11E0FE
Black with #11E0FE
Text Example
Text Example
White with #11E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E0FE; }
p { color: rgb(17,224,254); }
H1.HeaderClassName
{
color: #11E0FE;
}
.AnyTagClassName
{
color: #11E0FE;
}
</style>
background-color css
<style>
a { background-color: #11E0FE; }
a { background-color: rgb(17,224,254); }
div.DivClassName
{
background-color: #11E0FE;
}
.BgClassName
{
background-color: #11E0FE;
}
</style>
border-color css
<style>
span { border-color: #11E0FE; }
span { border-color: rgb(17,224,254); }
td.TdClassName
{
border-color: #11E0FE;
}
.TagClassName
{
border-color: #11E0FE;
}
</style>