Shades of Iris Blue #11ABB8
Tints of Iris Blue #11ABB8
RGB
CMYK
RGB Variations
Color information
#11ABB8 (or 0x11ABB8) is known color: Iris Blue. HEX triplet: 11, AB and B8. RGB value is (17,171,184). Sum of RGB (Red+Green+Blue) = 17+171+184=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #11ABB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABB8 is #EE5447. Grayscale: #7E7E7E. Windows color (decimal): -15619144 or 12102417. OLE color: 12102417.
HSL color Cylindrical-coordinate representation of color #11ABB8: hue angle of 184.67º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11ABB8 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 171 | 184 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.28 |
| HSL | 184.67º | 0.83% | 0.39% | - |
| HSV(B) | 184.67º | 0.91% | 0.72% | - |
| XYZ | 23.45 | 32.71 | 50.42 | - |
| YUV | 126.44 | 160.48 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 184 | 0.91 | 0.07 | 0 | 0.28 | 184.67 | 0.83 | 0.39 |
| Hex | 11 | AB | B8 | 5B | 7 | 0 | 1C | B9 | 53 | 27 |
| Octal | 21 | 253 | 270 | 133 | 7 | 0 | 34 | 271 | 123 | 47 |
| Binary | 10001 | 10101011 | 10111000 | 1011011 | 111 | 0 | 11100 | 10111001 | 1010011 | 100111 |
Color Harmonies of #11ABB8
Complementary color
Monochromatic Colors of #11ABB8
Black with #11ABB8
Text Example
Text Example
White with #11ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABB8; }
p { color: rgb(17,171,184); }
H1.HeaderClassName
{
color: #11ABB8;
}
.AnyTagClassName
{
color: #11ABB8;
}
</style>
background-color css
<style>
a { background-color: #11ABB8; }
a { background-color: rgb(17,171,184); }
div.DivClassName
{
background-color: #11ABB8;
}
.BgClassName
{
background-color: #11ABB8;
}
</style>
border-color css
<style>
span { border-color: #11ABB8; }
span { border-color: rgb(17,171,184); }
td.TdClassName
{
border-color: #11ABB8;
}
.TagClassName
{
border-color: #11ABB8;
}
</style>