Shades of Iris Blue #11ADBB
Tints of Iris Blue #11ADBB
RGB
CMYK
RGB Variations
Color information
#11ADBB (or 0x11ADBB) is known color: Iris Blue. HEX triplet: 11, AD and BB. RGB value is (17,173,187). Sum of RGB (Red+Green+Blue) = 17+173+187=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #11ADBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ADBB is #EE5244. Grayscale: #7F7F7F. Windows color (decimal): -15618629 or 12299537. OLE color: 12299537.
HSL color Cylindrical-coordinate representation of color #11ADBB: hue angle of 184.94º 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 #11ADBB is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 173 | 187 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.27 |
| HSL | 184.94º | 0.83% | 0.4% | - |
| HSV(B) | 184.94º | 0.91% | 0.73% | - |
| XYZ | 24.14 | 33.59 | 52.23 | - |
| YUV | 127.95 | 161.32 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 187 | 0.91 | 0.07 | 0 | 0.27 | 184.94 | 0.83 | 0.4 |
| Hex | 11 | AD | BB | 5B | 7 | 0 | 1B | B9 | 53 | 28 |
| Octal | 21 | 255 | 273 | 133 | 7 | 0 | 33 | 271 | 123 | 50 |
| Binary | 10001 | 10101101 | 10111011 | 1011011 | 111 | 0 | 11011 | 10111001 | 1010011 | 101000 |
Color Harmonies of #11ADBB
Complementary color
Monochromatic Colors of #11ADBB
Black with #11ADBB
Text Example
Text Example
White with #11ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ADBB; }
p { color: rgb(17,173,187); }
H1.HeaderClassName
{
color: #11ADBB;
}
.AnyTagClassName
{
color: #11ADBB;
}
</style>
background-color css
<style>
a { background-color: #11ADBB; }
a { background-color: rgb(17,173,187); }
div.DivClassName
{
background-color: #11ADBB;
}
.BgClassName
{
background-color: #11ADBB;
}
</style>
border-color css
<style>
span { border-color: #11ADBB; }
span { border-color: rgb(17,173,187); }
td.TdClassName
{
border-color: #11ADBB;
}
.TagClassName
{
border-color: #11ADBB;
}
</style>