Shades of Aqua #11FFF1
Tints of Aqua #11FFF1
RGB
CMYK
RGB Variations
Color information
#11FFF1 (or 0x11FFF1) is known color: Aqua. HEX triplet: 11, FF and F1. RGB value is (17,255,241). Sum of RGB (Red+Green+Blue) = 17+255+241=513 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.31% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FFF1 is #EE000E. Grayscale: #B6B6B6. Windows color (decimal): -15597583 or 15859473. OLE color: 15859473.
HSL color Cylindrical-coordinate representation of color #11FFF1: hue angle of 176.47º 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 #11FFF1 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 241 | - |
| CMYK | 0.93 | 0 | 0.05 | 0 |
| HSL | 176.47º | 1% | 0.53% | - |
| HSV(B) | 176.47º | 0.93% | 1% | - |
| XYZ | 51.87 | 77.99 | 95.54 | - |
| YUV | 182.24 | 161.15 | 10.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 241 | 0.93 | 0 | 0.05 | 0 | 176.47 | 1 | 0.53 |
| Hex | 11 | FF | F1 | 5D | 0 | 5 | 0 | B0 | 64 | 35 |
| Octal | 21 | 377 | 361 | 135 | 0 | 5 | 0 | 260 | 144 | 65 |
| Binary | 10001 | 11111111 | 11110001 | 1011101 | 0 | 101 | 0 | 10110000 | 1100100 | 110101 |
Color Harmonies of #11FFF1
Complementary color
Monochromatic Colors of #11FFF1
Black with #11FFF1
Text Example
Text Example
White with #11FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFF1; }
p { color: rgb(17,255,241); }
H1.HeaderClassName
{
color: #11FFF1;
}
.AnyTagClassName
{
color: #11FFF1;
}
</style>
background-color css
<style>
a { background-color: #11FFF1; }
a { background-color: rgb(17,255,241); }
div.DivClassName
{
background-color: #11FFF1;
}
.BgClassName
{
background-color: #11FFF1;
}
</style>
border-color css
<style>
span { border-color: #11FFF1; }
span { border-color: rgb(17,255,241); }
td.TdClassName
{
border-color: #11FFF1;
}
.TagClassName
{
border-color: #11FFF1;
}
</style>