Shades of Iris Blue #11ABBF
Tints of Iris Blue #11ABBF
RGB
CMYK
RGB Variations
Color information
#11ABBF (or 0x11ABBF) is known color: Iris Blue. HEX triplet: 11, AB and BF. RGB value is (17,171,191). Sum of RGB (Red+Green+Blue) = 17+171+191=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #11ABBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABBF is #EE5440. Grayscale: #7F7F7F. Windows color (decimal): -15619137 or 12561169. OLE color: 12561169.
HSL color Cylindrical-coordinate representation of color #11ABBF: hue angle of 186.9º 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 #11ABBF is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 171 | 191 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.25 |
| HSL | 186.9º | 0.84% | 0.41% | - |
| HSV(B) | 186.9º | 0.91% | 0.75% | - |
| XYZ | 24.2 | 33.01 | 54.39 | - |
| YUV | 127.23 | 163.98 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 191 | 0.91 | 0.10 | 0 | 0.25 | 186.9 | 0.84 | 0.41 |
| Hex | 11 | AB | BF | 5B | A | 0 | 19 | BB | 54 | 29 |
| Octal | 21 | 253 | 277 | 133 | 12 | 0 | 31 | 273 | 124 | 51 |
| Binary | 10001 | 10101011 | 10111111 | 1011011 | 1010 | 0 | 11001 | 10111011 | 1010100 | 101001 |
Color Harmonies of #11ABBF
Complementary color
Monochromatic Colors of #11ABBF
Black with #11ABBF
Text Example
Text Example
White with #11ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABBF; }
p { color: rgb(17,171,191); }
H1.HeaderClassName
{
color: #11ABBF;
}
.AnyTagClassName
{
color: #11ABBF;
}
</style>
background-color css
<style>
a { background-color: #11ABBF; }
a { background-color: rgb(17,171,191); }
div.DivClassName
{
background-color: #11ABBF;
}
.BgClassName
{
background-color: #11ABBF;
}
</style>
border-color css
<style>
span { border-color: #11ABBF; }
span { border-color: rgb(17,171,191); }
td.TdClassName
{
border-color: #11ABBF;
}
.TagClassName
{
border-color: #11ABBF;
}
</style>