Shades of Aqua #11EEFA
Tints of Aqua #11EEFA
RGB
CMYK
RGB Variations
Color information
#11EEFA (or 0x11EEFA) is known color: Aqua. HEX triplet: 11, EE and FA. RGB value is (17,238,250). Sum of RGB (Red+Green+Blue) = 17+238+250=505 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.37% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #11EEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EEFA is #EE1105. Grayscale: #ADADAD. Windows color (decimal): -15601926 or 16444945. OLE color: 16444945.
HSL color Cylindrical-coordinate representation of color #11EEFA: hue angle of 183.09º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EEFA is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 238 | 250 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.02 |
| HSL | 183.09º | 0.96% | 0.52% | - |
| HSV(B) | 183.09º | 0.93% | 0.98% | - |
| XYZ | 48.06 | 68.17 | 101.07 | - |
| YUV | 173.29 | 171.28 | 16.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 238 | 250 | 0.93 | 0.05 | 0 | 0.02 | 183.09 | 0.96 | 0.52 |
| Hex | 11 | EE | FA | 5D | 5 | 0 | 2 | B7 | 60 | 34 |
| Octal | 21 | 356 | 372 | 135 | 5 | 0 | 2 | 267 | 140 | 64 |
| Binary | 10001 | 11101110 | 11111010 | 1011101 | 101 | 0 | 10 | 10110111 | 1100000 | 110100 |
Color Harmonies of #11EEFA
Complementary color
Monochromatic Colors of #11EEFA
Black with #11EEFA
Text Example
Text Example
White with #11EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EEFA; }
p { color: rgb(17,238,250); }
H1.HeaderClassName
{
color: #11EEFA;
}
.AnyTagClassName
{
color: #11EEFA;
}
</style>
background-color css
<style>
a { background-color: #11EEFA; }
a { background-color: rgb(17,238,250); }
div.DivClassName
{
background-color: #11EEFA;
}
.BgClassName
{
background-color: #11EEFA;
}
</style>
border-color css
<style>
span { border-color: #11EEFA; }
span { border-color: rgb(17,238,250); }
td.TdClassName
{
border-color: #11EEFA;
}
.TagClassName
{
border-color: #11EEFA;
}
</style>