Shades of Iris Blue #11ACDC
Tints of Iris Blue #11ACDC
RGB
CMYK
RGB Variations
Color information
#11ACDC (or 0x11ACDC) is known color: Iris Blue. HEX triplet: 11, AC and DC. RGB value is (17,172,220). Sum of RGB (Red+Green+Blue) = 17+172+220=409 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.16% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #11ACDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ACDC is #EE5323. Grayscale: #828282. Windows color (decimal): -15618852 or 14461969. OLE color: 14461969.
HSL color Cylindrical-coordinate representation of color #11ACDC: hue angle of 194.19º 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 #11ACDC is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 172 | 220 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.14 |
| HSL | 194.19º | 0.86% | 0.46% | - |
| HSV(B) | 194.19º | 0.92% | 0.86% | - |
| XYZ | 27.9 | 34.79 | 72.96 | - |
| YUV | 131.13 | 178.15 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 220 | 0.92 | 0.22 | 0 | 0.14 | 194.19 | 0.86 | 0.46 |
| Hex | 11 | AC | DC | 5C | 16 | 0 | E | C2 | 56 | 2E |
| Octal | 21 | 254 | 334 | 134 | 26 | 0 | 16 | 302 | 126 | 56 |
| Binary | 10001 | 10101100 | 11011100 | 1011100 | 10110 | 0 | 1110 | 11000010 | 1010110 | 101110 |
Color Harmonies of #11ACDC
Complementary color
Monochromatic Colors of #11ACDC
Black with #11ACDC
Text Example
Text Example
White with #11ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ACDC; }
p { color: rgb(17,172,220); }
H1.HeaderClassName
{
color: #11ACDC;
}
.AnyTagClassName
{
color: #11ACDC;
}
</style>
background-color css
<style>
a { background-color: #11ACDC; }
a { background-color: rgb(17,172,220); }
div.DivClassName
{
background-color: #11ACDC;
}
.BgClassName
{
background-color: #11ACDC;
}
</style>
border-color css
<style>
span { border-color: #11ACDC; }
span { border-color: rgb(17,172,220); }
td.TdClassName
{
border-color: #11ACDC;
}
.TagClassName
{
border-color: #11ACDC;
}
</style>