Shades of Aqua #11FEEB
Tints of Aqua #11FEEB
RGB
CMYK
RGB Variations
Color information
#11FEEB (or 0x11FEEB) is known color: Aqua. HEX triplet: 11, FE and EB. RGB value is (17,254,235). Sum of RGB (Red+Green+Blue) = 17+254+235=506 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.36% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FEEB is #EE0114. Grayscale: #B4B4B4. Windows color (decimal): -15597845 or 15466001. OLE color: 15466001.
HSL color Cylindrical-coordinate representation of color #11FEEB: hue angle of 175.19º 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 #11FEEB is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 254 | 235 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.00 |
| HSL | 175.19º | 0.99% | 0.53% | - |
| HSV(B) | 175.19º | 0.93% | 1% | - |
| XYZ | 50.67 | 77 | 90.79 | - |
| YUV | 180.97 | 158.48 | 11.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 254 | 235 | 0.93 | 0 | 0.07 | 0.00 | 175.19 | 0.99 | 0.53 |
| Hex | 11 | FE | EB | 5D | 0 | 7 | 0 | AF | 63 | 35 |
| Octal | 21 | 376 | 353 | 135 | 0 | 7 | 0 | 257 | 143 | 65 |
| Binary | 10001 | 11111110 | 11101011 | 1011101 | 0 | 111 | 0 | 10101111 | 1100011 | 110101 |
Color Harmonies of #11FEEB
Complementary color
Monochromatic Colors of #11FEEB
Black with #11FEEB
Text Example
Text Example
White with #11FEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FEEB; }
p { color: rgb(17,254,235); }
H1.HeaderClassName
{
color: #11FEEB;
}
.AnyTagClassName
{
color: #11FEEB;
}
</style>
background-color css
<style>
a { background-color: #11FEEB; }
a { background-color: rgb(17,254,235); }
div.DivClassName
{
background-color: #11FEEB;
}
.BgClassName
{
background-color: #11FEEB;
}
</style>
border-color css
<style>
span { border-color: #11FEEB; }
span { border-color: rgb(17,254,235); }
td.TdClassName
{
border-color: #11FEEB;
}
.TagClassName
{
border-color: #11FEEB;
}
</style>