Shades of Iris Blue #11ABBB
Tints of Iris Blue #11ABBB
RGB
CMYK
RGB Variations
Color information
#11ABBB (or 0x11ABBB) is known color: Iris Blue. HEX triplet: 11, AB and BB. RGB value is (17,171,187). Sum of RGB (Red+Green+Blue) = 17+171+187=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #11ABBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABBB is #EE5444. Grayscale: #7E7E7E. Windows color (decimal): -15619141 or 12299025. OLE color: 12299025.
HSL color Cylindrical-coordinate representation of color #11ABBB: hue angle of 185.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11ABBB is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 171 | 187 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.27 |
| HSL | 185.65º | 0.83% | 0.4% | - |
| HSV(B) | 185.65º | 0.91% | 0.73% | - |
| XYZ | 23.76 | 32.83 | 52.1 | - |
| YUV | 126.78 | 161.98 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 187 | 0.91 | 0.09 | 0 | 0.27 | 185.65 | 0.83 | 0.4 |
| Hex | 11 | AB | BB | 5B | 9 | 0 | 1B | BA | 53 | 28 |
| Octal | 21 | 253 | 273 | 133 | 11 | 0 | 33 | 272 | 123 | 50 |
| Binary | 10001 | 10101011 | 10111011 | 1011011 | 1001 | 0 | 11011 | 10111010 | 1010011 | 101000 |
Color Harmonies of #11ABBB
Complementary color
Monochromatic Colors of #11ABBB
Black with #11ABBB
Text Example
Text Example
White with #11ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABBB; }
p { color: rgb(17,171,187); }
H1.HeaderClassName
{
color: #11ABBB;
}
.AnyTagClassName
{
color: #11ABBB;
}
</style>
background-color css
<style>
a { background-color: #11ABBB; }
a { background-color: rgb(17,171,187); }
div.DivClassName
{
background-color: #11ABBB;
}
.BgClassName
{
background-color: #11ABBB;
}
</style>
border-color css
<style>
span { border-color: #11ABBB; }
span { border-color: rgb(17,171,187); }
td.TdClassName
{
border-color: #11ABBB;
}
.TagClassName
{
border-color: #11ABBB;
}
</style>