Shades of Aqua #11F7FE
Tints of Aqua #11F7FE
RGB
CMYK
RGB Variations
Color information
#11F7FE (or 0x11F7FE) is known color: Aqua. HEX triplet: 11, F7 and FE. RGB value is (17,247,254). Sum of RGB (Red+Green+Blue) = 17+247+254=518 (68% of max value = 765). Red value is 17 (7.03% from 255 or 3.28% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #11F7FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11F7FE is #EE0801. Grayscale: #B2B2B2. Windows color (decimal): -15599618 or 16709393. OLE color: 16709393.
HSL color Cylindrical-coordinate representation of color #11F7FE: hue angle of 181.77º 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 #11F7FE is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 247 | 254 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.00 |
| HSL | 181.77º | 0.99% | 0.53% | - |
| HSV(B) | 181.77º | 0.93% | 1% | - |
| XYZ | 51.38 | 73.8 | 105.3 | - |
| YUV | 179.03 | 170.3 | 12.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 247 | 254 | 0.93 | 0.03 | 0 | 0.00 | 181.77 | 0.99 | 0.53 |
| Hex | 11 | F7 | FE | 5D | 3 | 0 | 0 | B6 | 63 | 35 |
| Octal | 21 | 367 | 376 | 135 | 3 | 0 | 0 | 266 | 143 | 65 |
| Binary | 10001 | 11110111 | 11111110 | 1011101 | 11 | 0 | 0 | 10110110 | 1100011 | 110101 |
Color Harmonies of #11F7FE
Complementary color
Monochromatic Colors of #11F7FE
Black with #11F7FE
Text Example
Text Example
White with #11F7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F7FE; }
p { color: rgb(17,247,254); }
H1.HeaderClassName
{
color: #11F7FE;
}
.AnyTagClassName
{
color: #11F7FE;
}
</style>
background-color css
<style>
a { background-color: #11F7FE; }
a { background-color: rgb(17,247,254); }
div.DivClassName
{
background-color: #11F7FE;
}
.BgClassName
{
background-color: #11F7FE;
}
</style>
border-color css
<style>
span { border-color: #11F7FE; }
span { border-color: rgb(17,247,254); }
td.TdClassName
{
border-color: #11F7FE;
}
.TagClassName
{
border-color: #11F7FE;
}
</style>