Shades of Iris Blue #11ADBE
Tints of Iris Blue #11ADBE
RGB
CMYK
RGB Variations
Color information
#11ADBE (or 0x11ADBE) is known color: Iris Blue. HEX triplet: 11, AD and BE. RGB value is (17,173,190). Sum of RGB (Red+Green+Blue) = 17+173+190=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #11ADBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ADBE is #EE5241. Grayscale: #808080. Windows color (decimal): -15618626 or 12496145. OLE color: 12496145.
HSL color Cylindrical-coordinate representation of color #11ADBE: hue angle of 185.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 #11ADBE is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 173 | 190 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.25 |
| HSL | 185.9º | 0.84% | 0.41% | - |
| HSV(B) | 185.9º | 0.91% | 0.75% | - |
| XYZ | 24.47 | 33.72 | 53.93 | - |
| YUV | 128.29 | 162.82 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 190 | 0.91 | 0.09 | 0 | 0.25 | 185.9 | 0.84 | 0.41 |
| Hex | 11 | AD | BE | 5B | 9 | 0 | 19 | BA | 54 | 29 |
| Octal | 21 | 255 | 276 | 133 | 11 | 0 | 31 | 272 | 124 | 51 |
| Binary | 10001 | 10101101 | 10111110 | 1011011 | 1001 | 0 | 11001 | 10111010 | 1010100 | 101001 |
Color Harmonies of #11ADBE
Complementary color
Monochromatic Colors of #11ADBE
Black with #11ADBE
Text Example
Text Example
White with #11ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ADBE; }
p { color: rgb(17,173,190); }
H1.HeaderClassName
{
color: #11ADBE;
}
.AnyTagClassName
{
color: #11ADBE;
}
</style>
background-color css
<style>
a { background-color: #11ADBE; }
a { background-color: rgb(17,173,190); }
div.DivClassName
{
background-color: #11ADBE;
}
.BgClassName
{
background-color: #11ADBE;
}
</style>
border-color css
<style>
span { border-color: #11ADBE; }
span { border-color: rgb(17,173,190); }
td.TdClassName
{
border-color: #11ADBE;
}
.TagClassName
{
border-color: #11ADBE;
}
</style>