Shades of Iris Blue #11AEDB
Tints of Iris Blue #11AEDB
RGB
CMYK
RGB Variations
Color information
#11AEDB (or 0x11AEDB) is known color: Iris Blue. HEX triplet: 11, AE and DB. RGB value is (17,174,219). Sum of RGB (Red+Green+Blue) = 17+174+219=410 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.15% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #11AEDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AEDB is #EE5124. Grayscale: #838383. Windows color (decimal): -15618341 or 14396945. OLE color: 14396945.
HSL color Cylindrical-coordinate representation of color #11AEDB: hue angle of 193.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 #11AEDB is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 174 | 219 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.14 |
| HSL | 193.37º | 0.86% | 0.46% | - |
| HSV(B) | 193.37º | 0.92% | 0.86% | - |
| XYZ | 28.15 | 35.51 | 72.39 | - |
| YUV | 132.19 | 176.99 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 219 | 0.92 | 0.21 | 0 | 0.14 | 193.37 | 0.86 | 0.46 |
| Hex | 11 | AE | DB | 5C | 15 | 0 | E | C1 | 56 | 2E |
| Octal | 21 | 256 | 333 | 134 | 25 | 0 | 16 | 301 | 126 | 56 |
| Binary | 10001 | 10101110 | 11011011 | 1011100 | 10101 | 0 | 1110 | 11000001 | 1010110 | 101110 |
Color Harmonies of #11AEDB
Complementary color
Monochromatic Colors of #11AEDB
Black with #11AEDB
Text Example
Text Example
White with #11AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AEDB; }
p { color: rgb(17,174,219); }
H1.HeaderClassName
{
color: #11AEDB;
}
.AnyTagClassName
{
color: #11AEDB;
}
</style>
background-color css
<style>
a { background-color: #11AEDB; }
a { background-color: rgb(17,174,219); }
div.DivClassName
{
background-color: #11AEDB;
}
.BgClassName
{
background-color: #11AEDB;
}
</style>
border-color css
<style>
span { border-color: #11AEDB; }
span { border-color: rgb(17,174,219); }
td.TdClassName
{
border-color: #11AEDB;
}
.TagClassName
{
border-color: #11AEDB;
}
</style>