Shades of Iris Blue #11AACB
Tints of Iris Blue #11AACB
RGB
CMYK
RGB Variations
Color information
#11AACB (or 0x11AACB) is known color: Iris Blue. HEX triplet: 11, AA and CB. RGB value is (17,170,203). Sum of RGB (Red+Green+Blue) = 17+170+203=390 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.36% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #11AACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AACB is #EE5534. Grayscale: #7F7F7F. Windows color (decimal): -15619381 or 13347345. OLE color: 13347345.
HSL color Cylindrical-coordinate representation of color #11AACB: hue angle of 190.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11AACB is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 170 | 203 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.20 |
| HSL | 190.65º | 0.85% | 0.43% | - |
| HSV(B) | 190.65º | 0.92% | 0.8% | - |
| XYZ | 25.39 | 33.18 | 61.57 | - |
| YUV | 128.02 | 170.31 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 203 | 0.92 | 0.16 | 0 | 0.20 | 190.65 | 0.85 | 0.43 |
| Hex | 11 | AA | CB | 5C | 10 | 0 | 14 | BF | 55 | 2B |
| Octal | 21 | 252 | 313 | 134 | 20 | 0 | 24 | 277 | 125 | 53 |
| Binary | 10001 | 10101010 | 11001011 | 1011100 | 10000 | 0 | 10100 | 10111111 | 1010101 | 101011 |
Color Harmonies of #11AACB
Complementary color
Monochromatic Colors of #11AACB
Black with #11AACB
Text Example
Text Example
White with #11AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AACB; }
p { color: rgb(17,170,203); }
H1.HeaderClassName
{
color: #11AACB;
}
.AnyTagClassName
{
color: #11AACB;
}
</style>
background-color css
<style>
a { background-color: #11AACB; }
a { background-color: rgb(17,170,203); }
div.DivClassName
{
background-color: #11AACB;
}
.BgClassName
{
background-color: #11AACB;
}
</style>
border-color css
<style>
span { border-color: #11AACB; }
span { border-color: rgb(17,170,203); }
td.TdClassName
{
border-color: #11AACB;
}
.TagClassName
{
border-color: #11AACB;
}
</style>