Shades of Iris Blue #11AAD8
Tints of Iris Blue #11AAD8
RGB
CMYK
RGB Variations
Color information
#11AAD8 (or 0x11AAD8) is known color: Iris Blue. HEX triplet: 11, AA and D8. RGB value is (17,170,216). Sum of RGB (Red+Green+Blue) = 17+170+216=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 216 (84.77% from 255 or 53.60% from 403); Max value from RGB is 216 - color contains mainly: blue. Hex color #11AAD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AAD8 is #EE5527. Grayscale: #818181. Windows color (decimal): -15619368 or 14199313. OLE color: 14199313.
HSL color Cylindrical-coordinate representation of color #11AAD8: hue angle of 193.87º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11AAD8 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 170 | 216 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.15 |
| HSL | 193.87º | 0.85% | 0.46% | - |
| HSV(B) | 193.87º | 0.92% | 0.85% | - |
| XYZ | 27 | 33.83 | 70.07 | - |
| YUV | 129.5 | 176.81 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 216 | 0.92 | 0.21 | 0 | 0.15 | 193.87 | 0.85 | 0.46 |
| Hex | 11 | AA | D8 | 5C | 15 | 0 | F | C2 | 55 | 2E |
| Octal | 21 | 252 | 330 | 134 | 25 | 0 | 17 | 302 | 125 | 56 |
| Binary | 10001 | 10101010 | 11011000 | 1011100 | 10101 | 0 | 1111 | 11000010 | 1010101 | 101110 |
Color Harmonies of #11AAD8
Complementary color
Monochromatic Colors of #11AAD8
Black with #11AAD8
Text Example
Text Example
White with #11AAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AAD8; }
p { color: rgb(17,170,216); }
H1.HeaderClassName
{
color: #11AAD8;
}
.AnyTagClassName
{
color: #11AAD8;
}
</style>
background-color css
<style>
a { background-color: #11AAD8; }
a { background-color: rgb(17,170,216); }
div.DivClassName
{
background-color: #11AAD8;
}
.BgClassName
{
background-color: #11AAD8;
}
</style>
border-color css
<style>
span { border-color: #11AAD8; }
span { border-color: rgb(17,170,216); }
td.TdClassName
{
border-color: #11AAD8;
}
.TagClassName
{
border-color: #11AAD8;
}
</style>