Shades of Iris Blue #11A8DC
Tints of Iris Blue #11A8DC
RGB
CMYK
RGB Variations
Color information
#11A8DC (or 0x11A8DC) is known color: Iris Blue. HEX triplet: 11, A8 and DC. RGB value is (17,168,220). Sum of RGB (Red+Green+Blue) = 17+168+220=405 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.20% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #11A8DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A8DC is #EE5723. Grayscale: #808080. Windows color (decimal): -15619876 or 14460945. OLE color: 14460945.
HSL color Cylindrical-coordinate representation of color #11A8DC: hue angle of 195.37º 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 #11A8DC is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 168 | 220 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.14 |
| HSL | 195.37º | 0.86% | 0.46% | - |
| HSV(B) | 195.37º | 0.92% | 0.86% | - |
| XYZ | 27.15 | 33.29 | 72.71 | - |
| YUV | 128.78 | 179.47 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 168 | 220 | 0.92 | 0.24 | 0 | 0.14 | 195.37 | 0.86 | 0.46 |
| Hex | 11 | A8 | DC | 5C | 18 | 0 | E | C3 | 56 | 2E |
| Octal | 21 | 250 | 334 | 134 | 30 | 0 | 16 | 303 | 126 | 56 |
| Binary | 10001 | 10101000 | 11011100 | 1011100 | 11000 | 0 | 1110 | 11000011 | 1010110 | 101110 |
Color Harmonies of #11A8DC
Complementary color
Monochromatic Colors of #11A8DC
Black with #11A8DC
Text Example
Text Example
White with #11A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A8DC; }
p { color: rgb(17,168,220); }
H1.HeaderClassName
{
color: #11A8DC;
}
.AnyTagClassName
{
color: #11A8DC;
}
</style>
background-color css
<style>
a { background-color: #11A8DC; }
a { background-color: rgb(17,168,220); }
div.DivClassName
{
background-color: #11A8DC;
}
.BgClassName
{
background-color: #11A8DC;
}
</style>
border-color css
<style>
span { border-color: #11A8DC; }
span { border-color: rgb(17,168,220); }
td.TdClassName
{
border-color: #11A8DC;
}
.TagClassName
{
border-color: #11A8DC;
}
</style>