Shades of Iris Blue #11ABC4
Tints of Iris Blue #11ABC4
RGB
CMYK
RGB Variations
Color information
#11ABC4 (or 0x11ABC4) is known color: Iris Blue. HEX triplet: 11, AB and C4. RGB value is (17,171,196). Sum of RGB (Red+Green+Blue) = 17+171+196=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #11ABC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABC4 is #EE543B. Grayscale: #7F7F7F. Windows color (decimal): -15619132 or 12888849. OLE color: 12888849.
HSL color Cylindrical-coordinate representation of color #11ABC4: hue angle of 188.38º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11ABC4 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 171 | 196 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.23 |
| HSL | 188.38º | 0.84% | 0.42% | - |
| HSV(B) | 188.38º | 0.91% | 0.77% | - |
| XYZ | 24.76 | 33.23 | 57.33 | - |
| YUV | 127.8 | 166.48 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 196 | 0.91 | 0.13 | 0 | 0.23 | 188.38 | 0.84 | 0.42 |
| Hex | 11 | AB | C4 | 5B | D | 0 | 17 | BC | 54 | 2A |
| Octal | 21 | 253 | 304 | 133 | 15 | 0 | 27 | 274 | 124 | 52 |
| Binary | 10001 | 10101011 | 11000100 | 1011011 | 1101 | 0 | 10111 | 10111100 | 1010100 | 101010 |
Color Harmonies of #11ABC4
Complementary color
Monochromatic Colors of #11ABC4
Black with #11ABC4
Text Example
Text Example
White with #11ABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABC4; }
p { color: rgb(17,171,196); }
H1.HeaderClassName
{
color: #11ABC4;
}
.AnyTagClassName
{
color: #11ABC4;
}
</style>
background-color css
<style>
a { background-color: #11ABC4; }
a { background-color: rgb(17,171,196); }
div.DivClassName
{
background-color: #11ABC4;
}
.BgClassName
{
background-color: #11ABC4;
}
</style>
border-color css
<style>
span { border-color: #11ABC4; }
span { border-color: rgb(17,171,196); }
td.TdClassName
{
border-color: #11ABC4;
}
.TagClassName
{
border-color: #11ABC4;
}
</style>