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