Shades of Aqua #11EFF5
Tints of Aqua #11EFF5
RGB
CMYK
RGB Variations
Color information
#11EFF5 (or 0x11EFF5) is known color: Aqua. HEX triplet: 11, EF and F5. RGB value is (17,239,245). Sum of RGB (Red+Green+Blue) = 17+239+245=501 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.39% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #11EFF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EFF5 is #EE100A. Grayscale: #ADADAD. Windows color (decimal): -15601675 or 16117521. OLE color: 16117521.
HSL color Cylindrical-coordinate representation of color #11EFF5: hue angle of 181.58º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EFF5 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 239 | 245 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.04 |
| HSL | 181.58º | 0.92% | 0.51% | - |
| HSV(B) | 181.58º | 0.93% | 0.96% | - |
| XYZ | 47.58 | 68.44 | 97.09 | - |
| YUV | 173.31 | 168.45 | 16.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 239 | 245 | 0.93 | 0.02 | 0 | 0.04 | 181.58 | 0.92 | 0.51 |
| Hex | 11 | EF | F5 | 5D | 2 | 0 | 4 | B6 | 5C | 33 |
| Octal | 21 | 357 | 365 | 135 | 2 | 0 | 4 | 266 | 134 | 63 |
| Binary | 10001 | 11101111 | 11110101 | 1011101 | 10 | 0 | 100 | 10110110 | 1011100 | 110011 |
Color Harmonies of #11EFF5
Complementary color
Monochromatic Colors of #11EFF5
Black with #11EFF5
Text Example
Text Example
White with #11EFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EFF5; }
p { color: rgb(17,239,245); }
H1.HeaderClassName
{
color: #11EFF5;
}
.AnyTagClassName
{
color: #11EFF5;
}
</style>
background-color css
<style>
a { background-color: #11EFF5; }
a { background-color: rgb(17,239,245); }
div.DivClassName
{
background-color: #11EFF5;
}
.BgClassName
{
background-color: #11EFF5;
}
</style>
border-color css
<style>
span { border-color: #11EFF5; }
span { border-color: rgb(17,239,245); }
td.TdClassName
{
border-color: #11EFF5;
}
.TagClassName
{
border-color: #11EFF5;
}
</style>