Shades of Iris Blue #11ADDB
Tints of Iris Blue #11ADDB
RGB
CMYK
RGB Variations
Color information
#11ADDB (or 0x11ADDB) is known color: Iris Blue. HEX triplet: 11, AD and DB. RGB value is (17,173,219). Sum of RGB (Red+Green+Blue) = 17+173+219=409 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.16% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #11ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ADDB is #EE5224. Grayscale: #838383. Windows color (decimal): -15618597 or 14396689. OLE color: 14396689.
HSL color Cylindrical-coordinate representation of color #11ADDB: hue angle of 193.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11ADDB is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 173 | 219 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.14 |
| HSL | 193.66º | 0.86% | 0.46% | - |
| HSV(B) | 193.66º | 0.92% | 0.86% | - |
| XYZ | 27.96 | 35.12 | 72.32 | - |
| YUV | 131.6 | 177.32 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 219 | 0.92 | 0.21 | 0 | 0.14 | 193.66 | 0.86 | 0.46 |
| Hex | 11 | AD | DB | 5C | 15 | 0 | E | C2 | 56 | 2E |
| Octal | 21 | 255 | 333 | 134 | 25 | 0 | 16 | 302 | 126 | 56 |
| Binary | 10001 | 10101101 | 11011011 | 1011100 | 10101 | 0 | 1110 | 11000010 | 1010110 | 101110 |
Color Harmonies of #11ADDB
Complementary color
Monochromatic Colors of #11ADDB
Black with #11ADDB
Text Example
Text Example
White with #11ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ADDB; }
p { color: rgb(17,173,219); }
H1.HeaderClassName
{
color: #11ADDB;
}
.AnyTagClassName
{
color: #11ADDB;
}
</style>
background-color css
<style>
a { background-color: #11ADDB; }
a { background-color: rgb(17,173,219); }
div.DivClassName
{
background-color: #11ADDB;
}
.BgClassName
{
background-color: #11ADDB;
}
</style>
border-color css
<style>
span { border-color: #11ADDB; }
span { border-color: rgb(17,173,219); }
td.TdClassName
{
border-color: #11ADDB;
}
.TagClassName
{
border-color: #11ADDB;
}
</style>