Shades of Aqua #11EDF9
Tints of Aqua #11EDF9
RGB
CMYK
RGB Variations
Color information
#11EDF9 (or 0x11EDF9) is known color: Aqua. HEX triplet: 11, ED and F9. RGB value is (17,237,249). Sum of RGB (Red+Green+Blue) = 17+237+249=503 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.38% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #11EDF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EDF9 is #EE1206. Grayscale: #ACACAC. Windows color (decimal): -15602183 or 16379153. OLE color: 16379153.
HSL color Cylindrical-coordinate representation of color #11EDF9: hue angle of 183.1º degrees, saturation: 0.95, 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 #11EDF9 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 237 | 249 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.02 |
| HSL | 183.1º | 0.95% | 0.52% | - |
| HSV(B) | 183.1º | 0.93% | 0.98% | - |
| XYZ | 47.61 | 67.53 | 100.15 | - |
| YUV | 172.59 | 171.11 | 17.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 237 | 249 | 0.93 | 0.05 | 0 | 0.02 | 183.1 | 0.95 | 0.52 |
| Hex | 11 | ED | F9 | 5D | 5 | 0 | 2 | B7 | 5F | 34 |
| Octal | 21 | 355 | 371 | 135 | 5 | 0 | 2 | 267 | 137 | 64 |
| Binary | 10001 | 11101101 | 11111001 | 1011101 | 101 | 0 | 10 | 10110111 | 1011111 | 110100 |
Color Harmonies of #11EDF9
Complementary color
Monochromatic Colors of #11EDF9
Black with #11EDF9
Text Example
Text Example
White with #11EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EDF9; }
p { color: rgb(17,237,249); }
H1.HeaderClassName
{
color: #11EDF9;
}
.AnyTagClassName
{
color: #11EDF9;
}
</style>
background-color css
<style>
a { background-color: #11EDF9; }
a { background-color: rgb(17,237,249); }
div.DivClassName
{
background-color: #11EDF9;
}
.BgClassName
{
background-color: #11EDF9;
}
</style>
border-color css
<style>
span { border-color: #11EDF9; }
span { border-color: rgb(17,237,249); }
td.TdClassName
{
border-color: #11EDF9;
}
.TagClassName
{
border-color: #11EDF9;
}
</style>