Shades of Iris Blue #11AAD6
Tints of Iris Blue #11AAD6
RGB
CMYK
RGB Variations
Color information
#11AAD6 (or 0x11AAD6) is known color: Iris Blue. HEX triplet: 11, AA and D6. RGB value is (17,170,214). Sum of RGB (Red+Green+Blue) = 17+170+214=401 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.24% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 214 (83.98% from 255 or 53.37% from 401); Max value from RGB is 214 - color contains mainly: blue. Hex color #11AAD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AAD6 is #EE5529. Grayscale: #808080. Windows color (decimal): -15619370 or 14068241. OLE color: 14068241.
HSL color Cylindrical-coordinate representation of color #11AAD6: hue angle of 193.4º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11AAD6 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 170 | 214 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.16 |
| HSL | 193.4º | 0.85% | 0.45% | - |
| HSV(B) | 193.4º | 0.92% | 0.84% | - |
| XYZ | 26.74 | 33.72 | 68.72 | - |
| YUV | 129.27 | 175.81 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 214 | 0.92 | 0.21 | 0 | 0.16 | 193.4 | 0.85 | 0.45 |
| Hex | 11 | AA | D6 | 5C | 15 | 0 | 10 | C1 | 55 | 2D |
| Octal | 21 | 252 | 326 | 134 | 25 | 0 | 20 | 301 | 125 | 55 |
| Binary | 10001 | 10101010 | 11010110 | 1011100 | 10101 | 0 | 10000 | 11000001 | 1010101 | 101101 |
Color Harmonies of #11AAD6
Complementary color
Monochromatic Colors of #11AAD6
Black with #11AAD6
Text Example
Text Example
White with #11AAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AAD6; }
p { color: rgb(17,170,214); }
H1.HeaderClassName
{
color: #11AAD6;
}
.AnyTagClassName
{
color: #11AAD6;
}
</style>
background-color css
<style>
a { background-color: #11AAD6; }
a { background-color: rgb(17,170,214); }
div.DivClassName
{
background-color: #11AAD6;
}
.BgClassName
{
background-color: #11AAD6;
}
</style>
border-color css
<style>
span { border-color: #11AAD6; }
span { border-color: rgb(17,170,214); }
td.TdClassName
{
border-color: #11AAD6;
}
.TagClassName
{
border-color: #11AAD6;
}
</style>