Shades of Iris Blue #11A8D1
Tints of Iris Blue #11A8D1
RGB
CMYK
RGB Variations
Color information
#11A8D1 (or 0x11A8D1) is known color: Iris Blue. HEX triplet: 11, A8 and D1. RGB value is (17,168,209). Sum of RGB (Red+Green+Blue) = 17+168+209=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 209 (82.03% from 255 or 53.05% from 394); Max value from RGB is 209 - color contains mainly: blue. Hex color #11A8D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A8D1 is #EE572E. Grayscale: #7F7F7F. Windows color (decimal): -15619887 or 13740049. OLE color: 13740049.
HSL color Cylindrical-coordinate representation of color #11A8D1: hue angle of 192.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11A8D1 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 168 | 209 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.18 |
| HSL | 192.81º | 0.85% | 0.44% | - |
| HSV(B) | 192.81º | 0.92% | 0.82% | - |
| XYZ | 25.74 | 32.73 | 65.28 | - |
| YUV | 127.53 | 173.97 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 168 | 209 | 0.92 | 0.20 | 0 | 0.18 | 192.81 | 0.85 | 0.44 |
| Hex | 11 | A8 | D1 | 5C | 14 | 0 | 12 | C1 | 55 | 2C |
| Octal | 21 | 250 | 321 | 134 | 24 | 0 | 22 | 301 | 125 | 54 |
| Binary | 10001 | 10101000 | 11010001 | 1011100 | 10100 | 0 | 10010 | 11000001 | 1010101 | 101100 |
Color Harmonies of #11A8D1
Complementary color
Monochromatic Colors of #11A8D1
Black with #11A8D1
Text Example
Text Example
White with #11A8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A8D1; }
p { color: rgb(17,168,209); }
H1.HeaderClassName
{
color: #11A8D1;
}
.AnyTagClassName
{
color: #11A8D1;
}
</style>
background-color css
<style>
a { background-color: #11A8D1; }
a { background-color: rgb(17,168,209); }
div.DivClassName
{
background-color: #11A8D1;
}
.BgClassName
{
background-color: #11A8D1;
}
</style>
border-color css
<style>
span { border-color: #11A8D1; }
span { border-color: rgb(17,168,209); }
td.TdClassName
{
border-color: #11A8D1;
}
.TagClassName
{
border-color: #11A8D1;
}
</style>