Shades of Iris Blue #11ABCE
Tints of Iris Blue #11ABCE
RGB
CMYK
RGB Variations
Color information
#11ABCE (or 0x11ABCE) is known color: Iris Blue. HEX triplet: 11, AB and CE. RGB value is (17,171,206). Sum of RGB (Red+Green+Blue) = 17+171+206=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #11ABCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABCE is #EE5431. Grayscale: #808080. Windows color (decimal): -15619122 or 13544209. OLE color: 13544209.
HSL color Cylindrical-coordinate representation of color #11ABCE: hue angle of 191.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11ABCE is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 171 | 206 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.19 |
| HSL | 191.11º | 0.85% | 0.44% | - |
| HSV(B) | 191.11º | 0.92% | 0.81% | - |
| XYZ | 25.93 | 33.7 | 63.53 | - |
| YUV | 128.94 | 171.48 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 206 | 0.92 | 0.17 | 0 | 0.19 | 191.11 | 0.85 | 0.44 |
| Hex | 11 | AB | CE | 5C | 11 | 0 | 13 | BF | 55 | 2C |
| Octal | 21 | 253 | 316 | 134 | 21 | 0 | 23 | 277 | 125 | 54 |
| Binary | 10001 | 10101011 | 11001110 | 1011100 | 10001 | 0 | 10011 | 10111111 | 1010101 | 101100 |
Color Harmonies of #11ABCE
Complementary color
Monochromatic Colors of #11ABCE
Black with #11ABCE
Text Example
Text Example
White with #11ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABCE; }
p { color: rgb(17,171,206); }
H1.HeaderClassName
{
color: #11ABCE;
}
.AnyTagClassName
{
color: #11ABCE;
}
</style>
background-color css
<style>
a { background-color: #11ABCE; }
a { background-color: rgb(17,171,206); }
div.DivClassName
{
background-color: #11ABCE;
}
.BgClassName
{
background-color: #11ABCE;
}
</style>
border-color css
<style>
span { border-color: #11ABCE; }
span { border-color: rgb(17,171,206); }
td.TdClassName
{
border-color: #11ABCE;
}
.TagClassName
{
border-color: #11ABCE;
}
</style>