Shades of Aqua #11E5FC
Tints of Aqua #11E5FC
RGB
CMYK
RGB Variations
Color information
#11E5FC (or 0x11E5FC) is known color: Aqua. HEX triplet: 11, E5 and FC. RGB value is (17,229,252). Sum of RGB (Red+Green+Blue) = 17+229+252=498 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.41% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #11E5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11E5FC is #EE1A03. Grayscale: #A7A7A7. Windows color (decimal): -15604228 or 16573713. OLE color: 16573713.
HSL color Cylindrical-coordinate representation of color #11E5FC: hue angle of 185.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E5FC is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 229 | 252 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.01 |
| HSL | 185.87º | 0.98% | 0.53% | - |
| HSV(B) | 185.87º | 0.93% | 0.99% | - |
| XYZ | 45.82 | 63.19 | 101.88 | - |
| YUV | 168.23 | 175.26 | 20.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 229 | 252 | 0.93 | 0.09 | 0 | 0.01 | 185.87 | 0.98 | 0.53 |
| Hex | 11 | E5 | FC | 5D | 9 | 0 | 1 | BA | 62 | 35 |
| Octal | 21 | 345 | 374 | 135 | 11 | 0 | 1 | 272 | 142 | 65 |
| Binary | 10001 | 11100101 | 11111100 | 1011101 | 1001 | 0 | 1 | 10111010 | 1100010 | 110101 |
Color Harmonies of #11E5FC
Complementary color
Monochromatic Colors of #11E5FC
Black with #11E5FC
Text Example
Text Example
White with #11E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E5FC; }
p { color: rgb(17,229,252); }
H1.HeaderClassName
{
color: #11E5FC;
}
.AnyTagClassName
{
color: #11E5FC;
}
</style>
background-color css
<style>
a { background-color: #11E5FC; }
a { background-color: rgb(17,229,252); }
div.DivClassName
{
background-color: #11E5FC;
}
.BgClassName
{
background-color: #11E5FC;
}
</style>
border-color css
<style>
span { border-color: #11E5FC; }
span { border-color: rgb(17,229,252); }
td.TdClassName
{
border-color: #11E5FC;
}
.TagClassName
{
border-color: #11E5FC;
}
</style>