Shades of Iris Blue #11AAC0
Tints of Iris Blue #11AAC0
RGB
CMYK
RGB Variations
Color information
#11AAC0 (or 0x11AAC0) is known color: Iris Blue. HEX triplet: 11, AA and C0. RGB value is (17,170,192). Sum of RGB (Red+Green+Blue) = 17+170+192=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #11AAC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AAC0 is #EE553F. Grayscale: #7E7E7E. Windows color (decimal): -15619392 or 12626449. OLE color: 12626449.
HSL color Cylindrical-coordinate representation of color #11AAC0: hue angle of 187.54º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11AAC0 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 170 | 192 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.25 |
| HSL | 187.54º | 0.84% | 0.41% | - |
| HSV(B) | 187.54º | 0.91% | 0.75% | - |
| XYZ | 24.12 | 32.67 | 54.9 | - |
| YUV | 126.76 | 164.81 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 192 | 0.91 | 0.11 | 0 | 0.25 | 187.54 | 0.84 | 0.41 |
| Hex | 11 | AA | C0 | 5B | B | 0 | 19 | BC | 54 | 29 |
| Octal | 21 | 252 | 300 | 133 | 13 | 0 | 31 | 274 | 124 | 51 |
| Binary | 10001 | 10101010 | 11000000 | 1011011 | 1011 | 0 | 11001 | 10111100 | 1010100 | 101001 |
Color Harmonies of #11AAC0
Complementary color
Monochromatic Colors of #11AAC0
Black with #11AAC0
Text Example
Text Example
White with #11AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AAC0; }
p { color: rgb(17,170,192); }
H1.HeaderClassName
{
color: #11AAC0;
}
.AnyTagClassName
{
color: #11AAC0;
}
</style>
background-color css
<style>
a { background-color: #11AAC0; }
a { background-color: rgb(17,170,192); }
div.DivClassName
{
background-color: #11AAC0;
}
.BgClassName
{
background-color: #11AAC0;
}
</style>
border-color css
<style>
span { border-color: #11AAC0; }
span { border-color: rgb(17,170,192); }
td.TdClassName
{
border-color: #11AAC0;
}
.TagClassName
{
border-color: #11AAC0;
}
</style>