Shades of Iris Blue #11AABA
Tints of Iris Blue #11AABA
RGB
CMYK
RGB Variations
Color information
#11AABA (or 0x11AABA) is known color: Iris Blue. HEX triplet: 11, AA and BA. RGB value is (17,170,186). Sum of RGB (Red+Green+Blue) = 17+170+186=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #11AABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AABA is #EE5545. Grayscale: #7D7D7D. Windows color (decimal): -15619398 or 12233233. OLE color: 12233233.
HSL color Cylindrical-coordinate representation of color #11AABA: hue angle of 185.68º 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 #11AABA is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 170 | 186 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.27 |
| HSL | 185.68º | 0.83% | 0.4% | - |
| HSV(B) | 185.68º | 0.91% | 0.73% | - |
| XYZ | 23.47 | 32.41 | 51.47 | - |
| YUV | 126.08 | 161.81 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 186 | 0.91 | 0.09 | 0 | 0.27 | 185.68 | 0.83 | 0.4 |
| Hex | 11 | AA | BA | 5B | 9 | 0 | 1B | BA | 53 | 28 |
| Octal | 21 | 252 | 272 | 133 | 11 | 0 | 33 | 272 | 123 | 50 |
| Binary | 10001 | 10101010 | 10111010 | 1011011 | 1001 | 0 | 11011 | 10111010 | 1010011 | 101000 |
Color Harmonies of #11AABA
Complementary color
Monochromatic Colors of #11AABA
Black with #11AABA
Text Example
Text Example
White with #11AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AABA; }
p { color: rgb(17,170,186); }
H1.HeaderClassName
{
color: #11AABA;
}
.AnyTagClassName
{
color: #11AABA;
}
</style>
background-color css
<style>
a { background-color: #11AABA; }
a { background-color: rgb(17,170,186); }
div.DivClassName
{
background-color: #11AABA;
}
.BgClassName
{
background-color: #11AABA;
}
</style>
border-color css
<style>
span { border-color: #11AABA; }
span { border-color: rgb(17,170,186); }
td.TdClassName
{
border-color: #11AABA;
}
.TagClassName
{
border-color: #11AABA;
}
</style>