Shades of Iris Blue #11AABB
Tints of Iris Blue #11AABB
RGB
CMYK
RGB Variations
Color information
#11AABB (or 0x11AABB) is known color: Iris Blue. HEX triplet: 11, AA and BB. RGB value is (17,170,187). Sum of RGB (Red+Green+Blue) = 17+170+187=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #11AABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AABB is #EE5544. Grayscale: #7D7D7D. Windows color (decimal): -15619397 or 12298769. OLE color: 12298769.
HSL color Cylindrical-coordinate representation of color #11AABB: hue angle of 186º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11AABB is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 170 | 187 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.27 |
| HSL | 186º | 0.83% | 0.4% | - |
| HSV(B) | 186º | 0.91% | 0.73% | - |
| XYZ | 23.58 | 32.46 | 52.04 | - |
| YUV | 126.19 | 162.31 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 187 | 0.91 | 0.09 | 0 | 0.27 | 186 | 0.83 | 0.4 |
| Hex | 11 | AA | BB | 5B | 9 | 0 | 1B | BA | 53 | 28 |
| Octal | 21 | 252 | 273 | 133 | 11 | 0 | 33 | 272 | 123 | 50 |
| Binary | 10001 | 10101010 | 10111011 | 1011011 | 1001 | 0 | 11011 | 10111010 | 1010011 | 101000 |
Color Harmonies of #11AABB
Complementary color
Monochromatic Colors of #11AABB
Black with #11AABB
Text Example
Text Example
White with #11AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AABB; }
p { color: rgb(17,170,187); }
H1.HeaderClassName
{
color: #11AABB;
}
.AnyTagClassName
{
color: #11AABB;
}
</style>
background-color css
<style>
a { background-color: #11AABB; }
a { background-color: rgb(17,170,187); }
div.DivClassName
{
background-color: #11AABB;
}
.BgClassName
{
background-color: #11AABB;
}
</style>
border-color css
<style>
span { border-color: #11AABB; }
span { border-color: rgb(17,170,187); }
td.TdClassName
{
border-color: #11AABB;
}
.TagClassName
{
border-color: #11AABB;
}
</style>