Shades of Aqua #11EFF7
Tints of Aqua #11EFF7
RGB
CMYK
RGB Variations
Color information
#11EFF7 (or 0x11EFF7) is known color: Aqua. HEX triplet: 11, EF and F7. RGB value is (17,239,247). Sum of RGB (Red+Green+Blue) = 17+239+247=503 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.38% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #11EFF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EFF7 is #EE1008. Grayscale: #ADADAD. Windows color (decimal): -15601673 or 16248593. OLE color: 16248593.
HSL color Cylindrical-coordinate representation of color #11EFF7: hue angle of 182.09º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EFF7 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 239 | 247 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.03 |
| HSL | 182.09º | 0.93% | 0.52% | - |
| HSV(B) | 182.09º | 0.93% | 0.97% | - |
| XYZ | 47.89 | 68.57 | 98.71 | - |
| YUV | 173.53 | 169.45 | 16.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 239 | 247 | 0.93 | 0.03 | 0 | 0.03 | 182.09 | 0.93 | 0.52 |
| Hex | 11 | EF | F7 | 5D | 3 | 0 | 3 | B6 | 5D | 34 |
| Octal | 21 | 357 | 367 | 135 | 3 | 0 | 3 | 266 | 135 | 64 |
| Binary | 10001 | 11101111 | 11110111 | 1011101 | 11 | 0 | 11 | 10110110 | 1011101 | 110100 |
Color Harmonies of #11EFF7
Complementary color
Monochromatic Colors of #11EFF7
Black with #11EFF7
Text Example
Text Example
White with #11EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EFF7; }
p { color: rgb(17,239,247); }
H1.HeaderClassName
{
color: #11EFF7;
}
.AnyTagClassName
{
color: #11EFF7;
}
</style>
background-color css
<style>
a { background-color: #11EFF7; }
a { background-color: rgb(17,239,247); }
div.DivClassName
{
background-color: #11EFF7;
}
.BgClassName
{
background-color: #11EFF7;
}
</style>
border-color css
<style>
span { border-color: #11EFF7; }
span { border-color: rgb(17,239,247); }
td.TdClassName
{
border-color: #11EFF7;
}
.TagClassName
{
border-color: #11EFF7;
}
</style>