Shades of Iris Blue #11A9DD
Tints of Iris Blue #11A9DD
RGB
CMYK
RGB Variations
Color information
#11A9DD (or 0x11A9DD) is known color: Iris Blue. HEX triplet: 11, A9 and DD. RGB value is (17,169,221). Sum of RGB (Red+Green+Blue) = 17+169+221=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #11A9DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A9DD is #EE5622. Grayscale: #818181. Windows color (decimal): -15619619 or 14526737. OLE color: 14526737.
HSL color Cylindrical-coordinate representation of color #11A9DD: hue angle of 195.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11A9DD is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 169 | 221 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.13 |
| HSL | 195.29º | 0.86% | 0.47% | - |
| HSV(B) | 195.29º | 0.92% | 0.87% | - |
| XYZ | 27.47 | 33.72 | 73.47 | - |
| YUV | 129.48 | 179.64 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 169 | 221 | 0.92 | 0.24 | 0 | 0.13 | 195.29 | 0.86 | 0.47 |
| Hex | 11 | A9 | DD | 5C | 18 | 0 | D | C3 | 56 | 2F |
| Octal | 21 | 251 | 335 | 134 | 30 | 0 | 15 | 303 | 126 | 57 |
| Binary | 10001 | 10101001 | 11011101 | 1011100 | 11000 | 0 | 1101 | 11000011 | 1010110 | 101111 |
Color Harmonies of #11A9DD
Complementary color
Monochromatic Colors of #11A9DD
Black with #11A9DD
Text Example
Text Example
White with #11A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A9DD; }
p { color: rgb(17,169,221); }
H1.HeaderClassName
{
color: #11A9DD;
}
.AnyTagClassName
{
color: #11A9DD;
}
</style>
background-color css
<style>
a { background-color: #11A9DD; }
a { background-color: rgb(17,169,221); }
div.DivClassName
{
background-color: #11A9DD;
}
.BgClassName
{
background-color: #11A9DD;
}
</style>
border-color css
<style>
span { border-color: #11A9DD; }
span { border-color: rgb(17,169,221); }
td.TdClassName
{
border-color: #11A9DD;
}
.TagClassName
{
border-color: #11A9DD;
}
</style>