Shades of Iris Blue #11A7DB
Tints of Iris Blue #11A7DB
RGB
CMYK
RGB Variations
Color information
#11A7DB (or 0x11A7DB) is known color: Iris Blue. HEX triplet: 11, A7 and DB. RGB value is (17,167,219). Sum of RGB (Red+Green+Blue) = 17+167+219=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #11A7DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A7DB is #EE5824. Grayscale: #7F7F7F. Windows color (decimal): -15620133 or 14395153. OLE color: 14395153.
HSL color Cylindrical-coordinate representation of color #11A7DB: hue angle of 195.45º 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 #11A7DB is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 167 | 219 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.14 |
| HSL | 195.45º | 0.86% | 0.46% | - |
| HSV(B) | 195.45º | 0.92% | 0.86% | - |
| XYZ | 26.84 | 32.87 | 71.95 | - |
| YUV | 128.08 | 179.31 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 167 | 219 | 0.92 | 0.24 | 0 | 0.14 | 195.45 | 0.86 | 0.46 |
| Hex | 11 | A7 | DB | 5C | 18 | 0 | E | C3 | 56 | 2E |
| Octal | 21 | 247 | 333 | 134 | 30 | 0 | 16 | 303 | 126 | 56 |
| Binary | 10001 | 10100111 | 11011011 | 1011100 | 11000 | 0 | 1110 | 11000011 | 1010110 | 101110 |
Color Harmonies of #11A7DB
Complementary color
Monochromatic Colors of #11A7DB
Black with #11A7DB
Text Example
Text Example
White with #11A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A7DB; }
p { color: rgb(17,167,219); }
H1.HeaderClassName
{
color: #11A7DB;
}
.AnyTagClassName
{
color: #11A7DB;
}
</style>
background-color css
<style>
a { background-color: #11A7DB; }
a { background-color: rgb(17,167,219); }
div.DivClassName
{
background-color: #11A7DB;
}
.BgClassName
{
background-color: #11A7DB;
}
</style>
border-color css
<style>
span { border-color: #11A7DB; }
span { border-color: rgb(17,167,219); }
td.TdClassName
{
border-color: #11A7DB;
}
.TagClassName
{
border-color: #11A7DB;
}
</style>