Shades of Aqua #11FAFD
Tints of Aqua #11FAFD
RGB
CMYK
RGB Variations
Color information
#11FAFD (or 0x11FAFD) is known color: Aqua. HEX triplet: 11, FA and FD. RGB value is (17,250,253). Sum of RGB (Red+Green+Blue) = 17+250+253=520 (68% of max value = 765). Red value is 17 (7.03% from 255 or 3.27% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #11FAFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FAFD is #EE0502. Grayscale: #B4B4B4. Windows color (decimal): -15598851 or 16644625. OLE color: 16644625.
HSL color Cylindrical-coordinate representation of color #11FAFD: hue angle of 180.76º 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 #11FAFD is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 250 | 253 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.01 |
| HSL | 180.76º | 0.98% | 0.53% | - |
| HSV(B) | 180.76º | 0.93% | 0.99% | - |
| XYZ | 52.15 | 75.58 | 104.77 | - |
| YUV | 180.68 | 168.81 | 11.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 253 | 0.93 | 0.01 | 0 | 0.01 | 180.76 | 0.98 | 0.53 |
| Hex | 11 | FA | FD | 5D | 1 | 0 | 1 | B5 | 62 | 35 |
| Octal | 21 | 372 | 375 | 135 | 1 | 0 | 1 | 265 | 142 | 65 |
| Binary | 10001 | 11111010 | 11111101 | 1011101 | 1 | 0 | 1 | 10110101 | 1100010 | 110101 |
Color Harmonies of #11FAFD
Complementary color
Monochromatic Colors of #11FAFD
Black with #11FAFD
Text Example
Text Example
White with #11FAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FAFD; }
p { color: rgb(17,250,253); }
H1.HeaderClassName
{
color: #11FAFD;
}
.AnyTagClassName
{
color: #11FAFD;
}
</style>
background-color css
<style>
a { background-color: #11FAFD; }
a { background-color: rgb(17,250,253); }
div.DivClassName
{
background-color: #11FAFD;
}
.BgClassName
{
background-color: #11FAFD;
}
</style>
border-color css
<style>
span { border-color: #11FAFD; }
span { border-color: rgb(17,250,253); }
td.TdClassName
{
border-color: #11FAFD;
}
.TagClassName
{
border-color: #11FAFD;
}
</style>