Shades of Aqua #11EAFD
Tints of Aqua #11EAFD
RGB
CMYK
RGB Variations
Color information
#11EAFD (or 0x11EAFD) is known color: Aqua. HEX triplet: 11, EA and FD. RGB value is (17,234,253). Sum of RGB (Red+Green+Blue) = 17+234+253=504 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.37% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #11EAFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EAFD is #EE1502. Grayscale: #AAAAAA. Windows color (decimal): -15602947 or 16640529. OLE color: 16640529.
HSL color Cylindrical-coordinate representation of color #11EAFD: hue angle of 184.83º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EAFD is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 234 | 253 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.01 |
| HSL | 184.83º | 0.98% | 0.53% | - |
| HSV(B) | 184.83º | 0.93% | 0.99% | - |
| XYZ | 47.38 | 66.06 | 103.18 | - |
| YUV | 171.28 | 174.11 | 17.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 234 | 253 | 0.93 | 0.08 | 0 | 0.01 | 184.83 | 0.98 | 0.53 |
| Hex | 11 | EA | FD | 5D | 8 | 0 | 1 | B9 | 62 | 35 |
| Octal | 21 | 352 | 375 | 135 | 10 | 0 | 1 | 271 | 142 | 65 |
| Binary | 10001 | 11101010 | 11111101 | 1011101 | 1000 | 0 | 1 | 10111001 | 1100010 | 110101 |
Color Harmonies of #11EAFD
Complementary color
Monochromatic Colors of #11EAFD
Black with #11EAFD
Text Example
Text Example
White with #11EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EAFD; }
p { color: rgb(17,234,253); }
H1.HeaderClassName
{
color: #11EAFD;
}
.AnyTagClassName
{
color: #11EAFD;
}
</style>
background-color css
<style>
a { background-color: #11EAFD; }
a { background-color: rgb(17,234,253); }
div.DivClassName
{
background-color: #11EAFD;
}
.BgClassName
{
background-color: #11EAFD;
}
</style>
border-color css
<style>
span { border-color: #11EAFD; }
span { border-color: rgb(17,234,253); }
td.TdClassName
{
border-color: #11EAFD;
}
.TagClassName
{
border-color: #11EAFD;
}
</style>