Shades of Aqua #11EFF8
Tints of Aqua #11EFF8
RGB
CMYK
RGB Variations
Color information
#11EFF8 (or 0x11EFF8) is known color: Aqua. HEX triplet: 11, EF and F8. RGB value is (17,239,248). Sum of RGB (Red+Green+Blue) = 17+239+248=504 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.37% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #11EFF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EFF8 is #EE1007. Grayscale: #ADADAD. Windows color (decimal): -15601672 or 16314129. OLE color: 16314129.
HSL color Cylindrical-coordinate representation of color #11EFF8: hue angle of 182.34º degrees, saturation: 0.94, 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 #11EFF8 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 239 | 248 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.03 |
| HSL | 182.34º | 0.94% | 0.52% | - |
| HSV(B) | 182.34º | 0.93% | 0.97% | - |
| XYZ | 48.04 | 68.63 | 99.52 | - |
| YUV | 173.65 | 169.95 | 16.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 239 | 248 | 0.93 | 0.04 | 0 | 0.03 | 182.34 | 0.94 | 0.52 |
| Hex | 11 | EF | F8 | 5D | 4 | 0 | 3 | B6 | 5E | 34 |
| Octal | 21 | 357 | 370 | 135 | 4 | 0 | 3 | 266 | 136 | 64 |
| Binary | 10001 | 11101111 | 11111000 | 1011101 | 100 | 0 | 11 | 10110110 | 1011110 | 110100 |
Color Harmonies of #11EFF8
Complementary color
Monochromatic Colors of #11EFF8
Black with #11EFF8
Text Example
Text Example
White with #11EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EFF8; }
p { color: rgb(17,239,248); }
H1.HeaderClassName
{
color: #11EFF8;
}
.AnyTagClassName
{
color: #11EFF8;
}
</style>
background-color css
<style>
a { background-color: #11EFF8; }
a { background-color: rgb(17,239,248); }
div.DivClassName
{
background-color: #11EFF8;
}
.BgClassName
{
background-color: #11EFF8;
}
</style>
border-color css
<style>
span { border-color: #11EFF8; }
span { border-color: rgb(17,239,248); }
td.TdClassName
{
border-color: #11EFF8;
}
.TagClassName
{
border-color: #11EFF8;
}
</style>