Shades of Iris Blue #11ADC6
Tints of Iris Blue #11ADC6
RGB
CMYK
RGB Variations
Color information
#11ADC6 (or 0x11ADC6) is known color: Iris Blue. HEX triplet: 11, AD and C6. RGB value is (17,173,198). Sum of RGB (Red+Green+Blue) = 17+173+198=388 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.38% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #11ADC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ADC6 is #EE5239. Grayscale: #808080. Windows color (decimal): -15618618 or 13020433. OLE color: 13020433.
HSL color Cylindrical-coordinate representation of color #11ADC6: hue angle of 188.29º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11ADC6 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 173 | 198 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.22 |
| HSL | 188.29º | 0.84% | 0.42% | - |
| HSV(B) | 188.29º | 0.91% | 0.78% | - |
| XYZ | 25.37 | 34.08 | 58.67 | - |
| YUV | 129.21 | 166.82 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 198 | 0.91 | 0.13 | 0 | 0.22 | 188.29 | 0.84 | 0.42 |
| Hex | 11 | AD | C6 | 5B | D | 0 | 16 | BC | 54 | 2A |
| Octal | 21 | 255 | 306 | 133 | 15 | 0 | 26 | 274 | 124 | 52 |
| Binary | 10001 | 10101101 | 11000110 | 1011011 | 1101 | 0 | 10110 | 10111100 | 1010100 | 101010 |
Color Harmonies of #11ADC6
Complementary color
Monochromatic Colors of #11ADC6
Black with #11ADC6
Text Example
Text Example
White with #11ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ADC6; }
p { color: rgb(17,173,198); }
H1.HeaderClassName
{
color: #11ADC6;
}
.AnyTagClassName
{
color: #11ADC6;
}
</style>
background-color css
<style>
a { background-color: #11ADC6; }
a { background-color: rgb(17,173,198); }
div.DivClassName
{
background-color: #11ADC6;
}
.BgClassName
{
background-color: #11ADC6;
}
</style>
border-color css
<style>
span { border-color: #11ADC6; }
span { border-color: rgb(17,173,198); }
td.TdClassName
{
border-color: #11ADC6;
}
.TagClassName
{
border-color: #11ADC6;
}
</style>