Shades of Iris Blue #11AADB
Tints of Iris Blue #11AADB
RGB
CMYK
RGB Variations
Color information
#11AADB (or 0x11AADB) is known color: Iris Blue. HEX triplet: 11, AA and DB. RGB value is (17,170,219). Sum of RGB (Red+Green+Blue) = 17+170+219=406 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.19% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #11AADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AADB is #EE5524. Grayscale: #818181. Windows color (decimal): -15619365 or 14395921. OLE color: 14395921.
HSL color Cylindrical-coordinate representation of color #11AADB: hue angle of 194.55º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11AADB is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 170 | 219 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.14 |
| HSL | 194.55º | 0.86% | 0.46% | - |
| HSV(B) | 194.55º | 0.92% | 0.86% | - |
| XYZ | 27.39 | 33.98 | 72.13 | - |
| YUV | 129.84 | 178.31 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 219 | 0.92 | 0.22 | 0 | 0.14 | 194.55 | 0.86 | 0.46 |
| Hex | 11 | AA | DB | 5C | 16 | 0 | E | C3 | 56 | 2E |
| Octal | 21 | 252 | 333 | 134 | 26 | 0 | 16 | 303 | 126 | 56 |
| Binary | 10001 | 10101010 | 11011011 | 1011100 | 10110 | 0 | 1110 | 11000011 | 1010110 | 101110 |
Color Harmonies of #11AADB
Complementary color
Monochromatic Colors of #11AADB
Black with #11AADB
Text Example
Text Example
White with #11AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AADB; }
p { color: rgb(17,170,219); }
H1.HeaderClassName
{
color: #11AADB;
}
.AnyTagClassName
{
color: #11AADB;
}
</style>
background-color css
<style>
a { background-color: #11AADB; }
a { background-color: rgb(17,170,219); }
div.DivClassName
{
background-color: #11AADB;
}
.BgClassName
{
background-color: #11AADB;
}
</style>
border-color css
<style>
span { border-color: #11AADB; }
span { border-color: rgb(17,170,219); }
td.TdClassName
{
border-color: #11AADB;
}
.TagClassName
{
border-color: #11AADB;
}
</style>