Shades of Iris Blue #11ABC5
Tints of Iris Blue #11ABC5
RGB
CMYK
RGB Variations
Color information
#11ABC5 (or 0x11ABC5) is known color: Iris Blue. HEX triplet: 11, AB and C5. RGB value is (17,171,197). Sum of RGB (Red+Green+Blue) = 17+171+197=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #11ABC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABC5 is #EE543A. Grayscale: #7F7F7F. Windows color (decimal): -15619131 or 12954385. OLE color: 12954385.
HSL color Cylindrical-coordinate representation of color #11ABC5: hue angle of 188.67º 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 #11ABC5 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 171 | 197 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.23 |
| HSL | 188.67º | 0.84% | 0.42% | - |
| HSV(B) | 188.67º | 0.91% | 0.77% | - |
| XYZ | 24.87 | 33.28 | 57.94 | - |
| YUV | 127.92 | 166.98 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 197 | 0.91 | 0.13 | 0 | 0.23 | 188.67 | 0.84 | 0.42 |
| Hex | 11 | AB | C5 | 5B | D | 0 | 17 | BD | 54 | 2A |
| Octal | 21 | 253 | 305 | 133 | 15 | 0 | 27 | 275 | 124 | 52 |
| Binary | 10001 | 10101011 | 11000101 | 1011011 | 1101 | 0 | 10111 | 10111101 | 1010100 | 101010 |
Color Harmonies of #11ABC5
Complementary color
Monochromatic Colors of #11ABC5
Black with #11ABC5
Text Example
Text Example
White with #11ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABC5; }
p { color: rgb(17,171,197); }
H1.HeaderClassName
{
color: #11ABC5;
}
.AnyTagClassName
{
color: #11ABC5;
}
</style>
background-color css
<style>
a { background-color: #11ABC5; }
a { background-color: rgb(17,171,197); }
div.DivClassName
{
background-color: #11ABC5;
}
.BgClassName
{
background-color: #11ABC5;
}
</style>
border-color css
<style>
span { border-color: #11ABC5; }
span { border-color: rgb(17,171,197); }
td.TdClassName
{
border-color: #11ABC5;
}
.TagClassName
{
border-color: #11ABC5;
}
</style>