Shades of Aqua #11FEFF
Tints of Aqua #11FEFF
RGB
CMYK
RGB Variations
Color information
#11FEFF (or 0x11FEFF) is known color: Aqua. HEX triplet: 11, FE and FF. RGB value is (17,254,255). Sum of RGB (Red+Green+Blue) = 17+254+255=526 (69% of max value = 765). Red value is 17 (7.03% from 255 or 3.23% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #11FEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FEFF is #EE0100. Grayscale: #B7B7B7. Windows color (decimal): -15597825 or 16776721. OLE color: 16776721.
HSL color Cylindrical-coordinate representation of color #11FEFF: hue angle of 180.25º 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 #11FEFF is Cyan = 0.93, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 254 | 255 | - |
| CMYK | 0.93 | 0.00 | 0 | 0 |
| HSL | 180.25º | 1% | 0.53% | - |
| HSV(B) | 180.25º | 0.93% | 1% | - |
| XYZ | 53.72 | 78.22 | 106.87 | - |
| YUV | 183.25 | 168.48 | 9.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 254 | 255 | 0.93 | 0.00 | 0 | 0 | 180.25 | 1 | 0.53 |
| Hex | 11 | FE | FF | 5D | 0 | 0 | 0 | B4 | 64 | 35 |
| Octal | 21 | 376 | 377 | 135 | 0 | 0 | 0 | 264 | 144 | 65 |
| Binary | 10001 | 11111110 | 11111111 | 1011101 | 0 | 0 | 0 | 10110100 | 1100100 | 110101 |
Color Harmonies of #11FEFF
Complementary color
Monochromatic Colors of #11FEFF
Black with #11FEFF
Text Example
Text Example
White with #11FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FEFF; }
p { color: rgb(17,254,255); }
H1.HeaderClassName
{
color: #11FEFF;
}
.AnyTagClassName
{
color: #11FEFF;
}
</style>
background-color css
<style>
a { background-color: #11FEFF; }
a { background-color: rgb(17,254,255); }
div.DivClassName
{
background-color: #11FEFF;
}
.BgClassName
{
background-color: #11FEFF;
}
</style>
border-color css
<style>
span { border-color: #11FEFF; }
span { border-color: rgb(17,254,255); }
td.TdClassName
{
border-color: #11FEFF;
}
.TagClassName
{
border-color: #11FEFF;
}
</style>