Shades of Aqua #11F0FD
Tints of Aqua #11F0FD
RGB
CMYK
RGB Variations
Color information
#11F0FD (or 0x11F0FD) is known color: Aqua. HEX triplet: 11, F0 and FD. RGB value is (17,240,253). Sum of RGB (Red+Green+Blue) = 17+240+253=510 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.33% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #11F0FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11F0FD is #EE0F02. Grayscale: #AEAEAE. Windows color (decimal): -15601411 or 16642065. OLE color: 16642065.
HSL color Cylindrical-coordinate representation of color #11F0FD: hue angle of 183.31º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F0FD is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 240 | 253 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.01 |
| HSL | 183.31º | 0.98% | 0.53% | - |
| HSV(B) | 183.31º | 0.93% | 0.99% | - |
| XYZ | 49.12 | 69.53 | 103.76 | - |
| YUV | 174.81 | 172.12 | 15.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 240 | 253 | 0.93 | 0.05 | 0 | 0.01 | 183.31 | 0.98 | 0.53 |
| Hex | 11 | F0 | FD | 5D | 5 | 0 | 1 | B7 | 62 | 35 |
| Octal | 21 | 360 | 375 | 135 | 5 | 0 | 1 | 267 | 142 | 65 |
| Binary | 10001 | 11110000 | 11111101 | 1011101 | 101 | 0 | 1 | 10110111 | 1100010 | 110101 |
Color Harmonies of #11F0FD
Complementary color
Monochromatic Colors of #11F0FD
Black with #11F0FD
Text Example
Text Example
White with #11F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F0FD; }
p { color: rgb(17,240,253); }
H1.HeaderClassName
{
color: #11F0FD;
}
.AnyTagClassName
{
color: #11F0FD;
}
</style>
background-color css
<style>
a { background-color: #11F0FD; }
a { background-color: rgb(17,240,253); }
div.DivClassName
{
background-color: #11F0FD;
}
.BgClassName
{
background-color: #11F0FD;
}
</style>
border-color css
<style>
span { border-color: #11F0FD; }
span { border-color: rgb(17,240,253); }
td.TdClassName
{
border-color: #11F0FD;
}
.TagClassName
{
border-color: #11F0FD;
}
</style>