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