Shades of Iris Blue #11ADC3
Tints of Iris Blue #11ADC3
RGB
CMYK
RGB Variations
Color information
#11ADC3 (or 0x11ADC3) is known color: Iris Blue. HEX triplet: 11, AD and C3. RGB value is (17,173,195). Sum of RGB (Red+Green+Blue) = 17+173+195=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #11ADC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ADC3 is #EE523C. Grayscale: #808080. Windows color (decimal): -15618621 or 12823825. OLE color: 12823825.
HSL color Cylindrical-coordinate representation of color #11ADC3: hue angle of 187.42º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11ADC3 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 173 | 195 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.24 |
| HSL | 187.42º | 0.84% | 0.42% | - |
| HSV(B) | 187.42º | 0.91% | 0.76% | - |
| XYZ | 25.03 | 33.95 | 56.86 | - |
| YUV | 128.86 | 165.32 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 195 | 0.91 | 0.11 | 0 | 0.24 | 187.42 | 0.84 | 0.42 |
| Hex | 11 | AD | C3 | 5B | B | 0 | 18 | BB | 54 | 2A |
| Octal | 21 | 255 | 303 | 133 | 13 | 0 | 30 | 273 | 124 | 52 |
| Binary | 10001 | 10101101 | 11000011 | 1011011 | 1011 | 0 | 11000 | 10111011 | 1010100 | 101010 |
Color Harmonies of #11ADC3
Complementary color
Monochromatic Colors of #11ADC3
Black with #11ADC3
Text Example
Text Example
White with #11ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ADC3; }
p { color: rgb(17,173,195); }
H1.HeaderClassName
{
color: #11ADC3;
}
.AnyTagClassName
{
color: #11ADC3;
}
</style>
background-color css
<style>
a { background-color: #11ADC3; }
a { background-color: rgb(17,173,195); }
div.DivClassName
{
background-color: #11ADC3;
}
.BgClassName
{
background-color: #11ADC3;
}
</style>
border-color css
<style>
span { border-color: #11ADC3; }
span { border-color: rgb(17,173,195); }
td.TdClassName
{
border-color: #11ADC3;
}
.TagClassName
{
border-color: #11ADC3;
}
</style>