Shades of Aqua #11EAFF
Tints of Aqua #11EAFF
RGB
CMYK
RGB Variations
Color information
#11EAFF (or 0x11EAFF) is known color: Aqua. HEX triplet: 11, EA and FF. RGB value is (17,234,255). Sum of RGB (Red+Green+Blue) = 17+234+255=506 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.36% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #11EAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EAFF is #EE1500. Grayscale: #ABABAB. Windows color (decimal): -15602945 or 16771601. OLE color: 16771601.
HSL color Cylindrical-coordinate representation of color #11EAFF: hue angle of 185.29º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EAFF is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 234 | 255 | - |
| CMYK | 0.93 | 0.08 | 0 | 0 |
| HSL | 185.29º | 1% | 0.53% | - |
| HSV(B) | 185.29º | 0.93% | 1% | - |
| XYZ | 47.7 | 66.18 | 104.87 | - |
| YUV | 171.51 | 175.11 | 17.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 234 | 255 | 0.93 | 0.08 | 0 | 0 | 185.29 | 1 | 0.53 |
| Hex | 11 | EA | FF | 5D | 8 | 0 | 0 | B9 | 64 | 35 |
| Octal | 21 | 352 | 377 | 135 | 10 | 0 | 0 | 271 | 144 | 65 |
| Binary | 10001 | 11101010 | 11111111 | 1011101 | 1000 | 0 | 0 | 10111001 | 1100100 | 110101 |
Color Harmonies of #11EAFF
Complementary color
Monochromatic Colors of #11EAFF
Black with #11EAFF
Text Example
Text Example
White with #11EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EAFF; }
p { color: rgb(17,234,255); }
H1.HeaderClassName
{
color: #11EAFF;
}
.AnyTagClassName
{
color: #11EAFF;
}
</style>
background-color css
<style>
a { background-color: #11EAFF; }
a { background-color: rgb(17,234,255); }
div.DivClassName
{
background-color: #11EAFF;
}
.BgClassName
{
background-color: #11EAFF;
}
</style>
border-color css
<style>
span { border-color: #11EAFF; }
span { border-color: rgb(17,234,255); }
td.TdClassName
{
border-color: #11EAFF;
}
.TagClassName
{
border-color: #11EAFF;
}
</style>