Shades of Iris Blue #11AEDC
Tints of Iris Blue #11AEDC
RGB
CMYK
RGB Variations
Color information
#11AEDC (or 0x11AEDC) is known color: Iris Blue. HEX triplet: 11, AE and DC. RGB value is (17,174,220). Sum of RGB (Red+Green+Blue) = 17+174+220=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #11AEDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AEDC is #EE5123. Grayscale: #838383. Windows color (decimal): -15618340 or 14462481. OLE color: 14462481.
HSL color Cylindrical-coordinate representation of color #11AEDC: hue angle of 193.6º 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 #11AEDC is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 174 | 220 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.14 |
| HSL | 193.6º | 0.86% | 0.46% | - |
| HSV(B) | 193.6º | 0.92% | 0.86% | - |
| XYZ | 28.29 | 35.56 | 73.08 | - |
| YUV | 132.3 | 177.49 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 220 | 0.92 | 0.21 | 0 | 0.14 | 193.6 | 0.86 | 0.46 |
| Hex | 11 | AE | DC | 5C | 15 | 0 | E | C2 | 56 | 2E |
| Octal | 21 | 256 | 334 | 134 | 25 | 0 | 16 | 302 | 126 | 56 |
| Binary | 10001 | 10101110 | 11011100 | 1011100 | 10101 | 0 | 1110 | 11000010 | 1010110 | 101110 |
Color Harmonies of #11AEDC
Complementary color
Monochromatic Colors of #11AEDC
Black with #11AEDC
Text Example
Text Example
White with #11AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AEDC; }
p { color: rgb(17,174,220); }
H1.HeaderClassName
{
color: #11AEDC;
}
.AnyTagClassName
{
color: #11AEDC;
}
</style>
background-color css
<style>
a { background-color: #11AEDC; }
a { background-color: rgb(17,174,220); }
div.DivClassName
{
background-color: #11AEDC;
}
.BgClassName
{
background-color: #11AEDC;
}
</style>
border-color css
<style>
span { border-color: #11AEDC; }
span { border-color: rgb(17,174,220); }
td.TdClassName
{
border-color: #11AEDC;
}
.TagClassName
{
border-color: #11AEDC;
}
</style>