Shades of Aqua #11FFEB
Tints of Aqua #11FFEB
RGB
CMYK
RGB Variations
Color information
#11FFEB (or 0x11FFEB) is known color: Aqua. HEX triplet: 11, FF and EB. RGB value is (17,255,235). Sum of RGB (Red+Green+Blue) = 17+255+235=507 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.35% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FFEB is #EE0014. Grayscale: #B5B5B5. Windows color (decimal): -15597589 or 15466257. OLE color: 15466257.
HSL color Cylindrical-coordinate representation of color #11FFEB: hue angle of 174.96º 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 #11FFEB is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 235 | - |
| CMYK | 0.93 | 0 | 0.08 | 0 |
| HSL | 174.96º | 1% | 0.53% | - |
| HSV(B) | 174.96º | 0.93% | 1% | - |
| XYZ | 50.99 | 77.64 | 90.9 | - |
| YUV | 181.56 | 158.15 | 10.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 235 | 0.93 | 0 | 0.08 | 0 | 174.96 | 1 | 0.53 |
| Hex | 11 | FF | EB | 5D | 0 | 8 | 0 | AF | 64 | 35 |
| Octal | 21 | 377 | 353 | 135 | 0 | 10 | 0 | 257 | 144 | 65 |
| Binary | 10001 | 11111111 | 11101011 | 1011101 | 0 | 1000 | 0 | 10101111 | 1100100 | 110101 |
Color Harmonies of #11FFEB
Complementary color
Monochromatic Colors of #11FFEB
Black with #11FFEB
Text Example
Text Example
White with #11FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFEB; }
p { color: rgb(17,255,235); }
H1.HeaderClassName
{
color: #11FFEB;
}
.AnyTagClassName
{
color: #11FFEB;
}
</style>
background-color css
<style>
a { background-color: #11FFEB; }
a { background-color: rgb(17,255,235); }
div.DivClassName
{
background-color: #11FFEB;
}
.BgClassName
{
background-color: #11FFEB;
}
</style>
border-color css
<style>
span { border-color: #11FFEB; }
span { border-color: rgb(17,255,235); }
td.TdClassName
{
border-color: #11FFEB;
}
.TagClassName
{
border-color: #11FFEB;
}
</style>