Shades of Iris Blue #11ADC1
Tints of Iris Blue #11ADC1
RGB
CMYK
RGB Variations
Color information
#11ADC1 (or 0x11ADC1) is known color: Iris Blue. HEX triplet: 11, AD and C1. RGB value is (17,173,193). Sum of RGB (Red+Green+Blue) = 17+173+193=383 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.44% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #11ADC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ADC1 is #EE523E. Grayscale: #808080. Windows color (decimal): -15618623 or 12692753. OLE color: 12692753.
HSL color Cylindrical-coordinate representation of color #11ADC1: hue angle of 186.82º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11ADC1 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 173 | 193 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.24 |
| HSL | 186.82º | 0.84% | 0.41% | - |
| HSV(B) | 186.82º | 0.91% | 0.76% | - |
| XYZ | 24.8 | 33.86 | 55.68 | - |
| YUV | 128.64 | 164.32 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 193 | 0.91 | 0.10 | 0 | 0.24 | 186.82 | 0.84 | 0.41 |
| Hex | 11 | AD | C1 | 5B | A | 0 | 18 | BB | 54 | 29 |
| Octal | 21 | 255 | 301 | 133 | 12 | 0 | 30 | 273 | 124 | 51 |
| Binary | 10001 | 10101101 | 11000001 | 1011011 | 1010 | 0 | 11000 | 10111011 | 1010100 | 101001 |
Color Harmonies of #11ADC1
Complementary color
Monochromatic Colors of #11ADC1
Black with #11ADC1
Text Example
Text Example
White with #11ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ADC1; }
p { color: rgb(17,173,193); }
H1.HeaderClassName
{
color: #11ADC1;
}
.AnyTagClassName
{
color: #11ADC1;
}
</style>
background-color css
<style>
a { background-color: #11ADC1; }
a { background-color: rgb(17,173,193); }
div.DivClassName
{
background-color: #11ADC1;
}
.BgClassName
{
background-color: #11ADC1;
}
</style>
border-color css
<style>
span { border-color: #11ADC1; }
span { border-color: rgb(17,173,193); }
td.TdClassName
{
border-color: #11ADC1;
}
.TagClassName
{
border-color: #11ADC1;
}
</style>