Shades of Iris Blue #11ABDB
Tints of Iris Blue #11ABDB
RGB
CMYK
RGB Variations
Color information
#11ABDB (or 0x11ABDB) is known color: Iris Blue. HEX triplet: 11, AB and DB. RGB value is (17,171,219). Sum of RGB (Red+Green+Blue) = 17+171+219=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #11ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABDB is #EE5424. Grayscale: #828282. Windows color (decimal): -15619109 or 14396177. OLE color: 14396177.
HSL color Cylindrical-coordinate representation of color #11ABDB: hue angle of 194.26º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11ABDB is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 171 | 219 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.14 |
| HSL | 194.26º | 0.86% | 0.46% | - |
| HSV(B) | 194.26º | 0.92% | 0.86% | - |
| XYZ | 27.58 | 34.36 | 72.2 | - |
| YUV | 130.43 | 177.98 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 219 | 0.92 | 0.22 | 0 | 0.14 | 194.26 | 0.86 | 0.46 |
| Hex | 11 | AB | DB | 5C | 16 | 0 | E | C2 | 56 | 2E |
| Octal | 21 | 253 | 333 | 134 | 26 | 0 | 16 | 302 | 126 | 56 |
| Binary | 10001 | 10101011 | 11011011 | 1011100 | 10110 | 0 | 1110 | 11000010 | 1010110 | 101110 |
Color Harmonies of #11ABDB
Complementary color
Monochromatic Colors of #11ABDB
Black with #11ABDB
Text Example
Text Example
White with #11ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABDB; }
p { color: rgb(17,171,219); }
H1.HeaderClassName
{
color: #11ABDB;
}
.AnyTagClassName
{
color: #11ABDB;
}
</style>
background-color css
<style>
a { background-color: #11ABDB; }
a { background-color: rgb(17,171,219); }
div.DivClassName
{
background-color: #11ABDB;
}
.BgClassName
{
background-color: #11ABDB;
}
</style>
border-color css
<style>
span { border-color: #11ABDB; }
span { border-color: rgb(17,171,219); }
td.TdClassName
{
border-color: #11ABDB;
}
.TagClassName
{
border-color: #11ABDB;
}
</style>