Shades of Iris Blue #11AACE
Tints of Iris Blue #11AACE
RGB
CMYK
RGB Variations
Color information
#11AACE (or 0x11AACE) is known color: Iris Blue. HEX triplet: 11, AA and CE. RGB value is (17,170,206). Sum of RGB (Red+Green+Blue) = 17+170+206=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #11AACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AACE is #EE5531. Grayscale: #808080. Windows color (decimal): -15619378 or 13543953. OLE color: 13543953.
HSL color Cylindrical-coordinate representation of color #11AACE: hue angle of 191.43º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11AACE is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 170 | 206 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.19 |
| HSL | 191.43º | 0.85% | 0.44% | - |
| HSV(B) | 191.43º | 0.92% | 0.81% | - |
| XYZ | 25.75 | 33.32 | 63.47 | - |
| YUV | 128.36 | 171.81 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 206 | 0.92 | 0.17 | 0 | 0.19 | 191.43 | 0.85 | 0.44 |
| Hex | 11 | AA | CE | 5C | 11 | 0 | 13 | BF | 55 | 2C |
| Octal | 21 | 252 | 316 | 134 | 21 | 0 | 23 | 277 | 125 | 54 |
| Binary | 10001 | 10101010 | 11001110 | 1011100 | 10001 | 0 | 10011 | 10111111 | 1010101 | 101100 |
Color Harmonies of #11AACE
Complementary color
Monochromatic Colors of #11AACE
Black with #11AACE
Text Example
Text Example
White with #11AACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AACE; }
p { color: rgb(17,170,206); }
H1.HeaderClassName
{
color: #11AACE;
}
.AnyTagClassName
{
color: #11AACE;
}
</style>
background-color css
<style>
a { background-color: #11AACE; }
a { background-color: rgb(17,170,206); }
div.DivClassName
{
background-color: #11AACE;
}
.BgClassName
{
background-color: #11AACE;
}
</style>
border-color css
<style>
span { border-color: #11AACE; }
span { border-color: rgb(17,170,206); }
td.TdClassName
{
border-color: #11AACE;
}
.TagClassName
{
border-color: #11AACE;
}
</style>