Shades of Aqua #11FFFB
Tints of Aqua #11FFFB
RGB
CMYK
RGB Variations
Color information
#11FFFB (or 0x11FFFB) is known color: Aqua. HEX triplet: 11, FF and FB. RGB value is (17,255,251). Sum of RGB (Red+Green+Blue) = 17+255+251=523 (69% of max value = 765). Red value is 17 (7.03% from 255 or 3.25% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FFFB is #EE0004. Grayscale: #B7B7B7. Windows color (decimal): -15597573 or 16514833. OLE color: 16514833.
HSL color Cylindrical-coordinate representation of color #11FFFB: hue angle of 178.99º 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 #11FFFB is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 251 | - |
| CMYK | 0.93 | 0 | 0.02 | 0 |
| HSL | 178.99º | 1% | 0.53% | - |
| HSV(B) | 178.99º | 0.93% | 1% | - |
| XYZ | 53.4 | 78.6 | 103.62 | - |
| YUV | 183.38 | 166.15 | 9.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 251 | 0.93 | 0 | 0.02 | 0 | 178.99 | 1 | 0.53 |
| Hex | 11 | FF | FB | 5D | 0 | 2 | 0 | B3 | 64 | 35 |
| Octal | 21 | 377 | 373 | 135 | 0 | 2 | 0 | 263 | 144 | 65 |
| Binary | 10001 | 11111111 | 11111011 | 1011101 | 0 | 10 | 0 | 10110011 | 1100100 | 110101 |
Color Harmonies of #11FFFB
Complementary color
Monochromatic Colors of #11FFFB
Black with #11FFFB
Text Example
Text Example
White with #11FFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFFB; }
p { color: rgb(17,255,251); }
H1.HeaderClassName
{
color: #11FFFB;
}
.AnyTagClassName
{
color: #11FFFB;
}
</style>
background-color css
<style>
a { background-color: #11FFFB; }
a { background-color: rgb(17,255,251); }
div.DivClassName
{
background-color: #11FFFB;
}
.BgClassName
{
background-color: #11FFFB;
}
</style>
border-color css
<style>
span { border-color: #11FFFB; }
span { border-color: rgb(17,255,251); }
td.TdClassName
{
border-color: #11FFFB;
}
.TagClassName
{
border-color: #11FFFB;
}
</style>