Shades of Iris Blue #11ABC0
Tints of Iris Blue #11ABC0
RGB
CMYK
RGB Variations
Color information
#11ABC0 (or 0x11ABC0) is known color: Iris Blue. HEX triplet: 11, AB and C0. RGB value is (17,171,192). Sum of RGB (Red+Green+Blue) = 17+171+192=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #11ABC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABC0 is #EE543F. Grayscale: #7F7F7F. Windows color (decimal): -15619136 or 12626705. OLE color: 12626705.
HSL color Cylindrical-coordinate representation of color #11ABC0: hue angle of 187.2º 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 #11ABC0 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 171 | 192 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.25 |
| HSL | 187.2º | 0.84% | 0.41% | - |
| HSV(B) | 187.2º | 0.91% | 0.75% | - |
| XYZ | 24.31 | 33.05 | 54.97 | - |
| YUV | 127.35 | 164.48 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 192 | 0.91 | 0.11 | 0 | 0.25 | 187.2 | 0.84 | 0.41 |
| Hex | 11 | AB | C0 | 5B | B | 0 | 19 | BB | 54 | 29 |
| Octal | 21 | 253 | 300 | 133 | 13 | 0 | 31 | 273 | 124 | 51 |
| Binary | 10001 | 10101011 | 11000000 | 1011011 | 1011 | 0 | 11001 | 10111011 | 1010100 | 101001 |
Color Harmonies of #11ABC0
Complementary color
Monochromatic Colors of #11ABC0
Black with #11ABC0
Text Example
Text Example
White with #11ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABC0; }
p { color: rgb(17,171,192); }
H1.HeaderClassName
{
color: #11ABC0;
}
.AnyTagClassName
{
color: #11ABC0;
}
</style>
background-color css
<style>
a { background-color: #11ABC0; }
a { background-color: rgb(17,171,192); }
div.DivClassName
{
background-color: #11ABC0;
}
.BgClassName
{
background-color: #11ABC0;
}
</style>
border-color css
<style>
span { border-color: #11ABC0; }
span { border-color: rgb(17,171,192); }
td.TdClassName
{
border-color: #11ABC0;
}
.TagClassName
{
border-color: #11ABC0;
}
</style>