Shades of Iris Blue #11AAB9
Tints of Iris Blue #11AAB9
RGB
CMYK
RGB Variations
Color information
#11AAB9 (or 0x11AAB9) is known color: Iris Blue. HEX triplet: 11, AA and B9. RGB value is (17,170,185). Sum of RGB (Red+Green+Blue) = 17+170+185=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #11AAB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AAB9 is #EE5546. Grayscale: #7D7D7D. Windows color (decimal): -15619399 or 12167697. OLE color: 12167697.
HSL color Cylindrical-coordinate representation of color #11AAB9: hue angle of 185.36º 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 #11AAB9 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 170 | 185 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.27 |
| HSL | 185.36º | 0.83% | 0.4% | - |
| HSV(B) | 185.36º | 0.91% | 0.73% | - |
| XYZ | 23.36 | 32.37 | 50.92 | - |
| YUV | 125.96 | 161.31 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 185 | 0.91 | 0.08 | 0 | 0.27 | 185.36 | 0.83 | 0.4 |
| Hex | 11 | AA | B9 | 5B | 8 | 0 | 1B | B9 | 53 | 28 |
| Octal | 21 | 252 | 271 | 133 | 10 | 0 | 33 | 271 | 123 | 50 |
| Binary | 10001 | 10101010 | 10111001 | 1011011 | 1000 | 0 | 11011 | 10111001 | 1010011 | 101000 |
Color Harmonies of #11AAB9
Complementary color
Monochromatic Colors of #11AAB9
Black with #11AAB9
Text Example
Text Example
White with #11AAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AAB9; }
p { color: rgb(17,170,185); }
H1.HeaderClassName
{
color: #11AAB9;
}
.AnyTagClassName
{
color: #11AAB9;
}
</style>
background-color css
<style>
a { background-color: #11AAB9; }
a { background-color: rgb(17,170,185); }
div.DivClassName
{
background-color: #11AAB9;
}
.BgClassName
{
background-color: #11AAB9;
}
</style>
border-color css
<style>
span { border-color: #11AAB9; }
span { border-color: rgb(17,170,185); }
td.TdClassName
{
border-color: #11AAB9;
}
.TagClassName
{
border-color: #11AAB9;
}
</style>