Shades of Aqua #11FAFE
Tints of Aqua #11FAFE
RGB
CMYK
RGB Variations
Color information
#11FAFE (or 0x11FAFE) is known color: Aqua. HEX triplet: 11, FA and FE. RGB value is (17,250,254). Sum of RGB (Red+Green+Blue) = 17+250+254=521 (69% of max value = 765). Red value is 17 (7.03% from 255 or 3.26% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #11FAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FAFE is #EE0501. Grayscale: #B4B4B4. Windows color (decimal): -15598850 or 16710161. OLE color: 16710161.
HSL color Cylindrical-coordinate representation of color #11FAFE: hue angle of 181.01º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FAFE is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 250 | 254 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.00 |
| HSL | 181.01º | 0.99% | 0.53% | - |
| HSV(B) | 181.01º | 0.93% | 1% | - |
| XYZ | 52.31 | 75.65 | 105.61 | - |
| YUV | 180.79 | 169.31 | 11.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 254 | 0.93 | 0.02 | 0 | 0.00 | 181.01 | 0.99 | 0.53 |
| Hex | 11 | FA | FE | 5D | 2 | 0 | 0 | B5 | 63 | 35 |
| Octal | 21 | 372 | 376 | 135 | 2 | 0 | 0 | 265 | 143 | 65 |
| Binary | 10001 | 11111010 | 11111110 | 1011101 | 10 | 0 | 0 | 10110101 | 1100011 | 110101 |
Color Harmonies of #11FAFE
Complementary color
Monochromatic Colors of #11FAFE
Black with #11FAFE
Text Example
Text Example
White with #11FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FAFE; }
p { color: rgb(17,250,254); }
H1.HeaderClassName
{
color: #11FAFE;
}
.AnyTagClassName
{
color: #11FAFE;
}
</style>
background-color css
<style>
a { background-color: #11FAFE; }
a { background-color: rgb(17,250,254); }
div.DivClassName
{
background-color: #11FAFE;
}
.BgClassName
{
background-color: #11FAFE;
}
</style>
border-color css
<style>
span { border-color: #11FAFE; }
span { border-color: rgb(17,250,254); }
td.TdClassName
{
border-color: #11FAFE;
}
.TagClassName
{
border-color: #11FAFE;
}
</style>