Shades of Iris Blue #11AEDD
Tints of Iris Blue #11AEDD
RGB
CMYK
RGB Variations
Color information
#11AEDD (or 0x11AEDD) is known color: Iris Blue. HEX triplet: 11, AE and DD. RGB value is (17,174,221). Sum of RGB (Red+Green+Blue) = 17+174+221=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #11AEDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AEDD is #EE5122. Grayscale: #848484. Windows color (decimal): -15618339 or 14528017. OLE color: 14528017.
HSL color Cylindrical-coordinate representation of color #11AEDD: hue angle of 193.82º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11AEDD is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 174 | 221 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.13 |
| HSL | 193.82º | 0.86% | 0.47% | - |
| HSV(B) | 193.82º | 0.92% | 0.87% | - |
| XYZ | 28.42 | 35.61 | 73.78 | - |
| YUV | 132.42 | 177.99 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 221 | 0.92 | 0.21 | 0 | 0.13 | 193.82 | 0.86 | 0.47 |
| Hex | 11 | AE | DD | 5C | 15 | 0 | D | C2 | 56 | 2F |
| Octal | 21 | 256 | 335 | 134 | 25 | 0 | 15 | 302 | 126 | 57 |
| Binary | 10001 | 10101110 | 11011101 | 1011100 | 10101 | 0 | 1101 | 11000010 | 1010110 | 101111 |
Color Harmonies of #11AEDD
Complementary color
Monochromatic Colors of #11AEDD
Black with #11AEDD
Text Example
Text Example
White with #11AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AEDD; }
p { color: rgb(17,174,221); }
H1.HeaderClassName
{
color: #11AEDD;
}
.AnyTagClassName
{
color: #11AEDD;
}
</style>
background-color css
<style>
a { background-color: #11AEDD; }
a { background-color: rgb(17,174,221); }
div.DivClassName
{
background-color: #11AEDD;
}
.BgClassName
{
background-color: #11AEDD;
}
</style>
border-color css
<style>
span { border-color: #11AEDD; }
span { border-color: rgb(17,174,221); }
td.TdClassName
{
border-color: #11AEDD;
}
.TagClassName
{
border-color: #11AEDD;
}
</style>