Shades of Iris Blue #11BACC
Tints of Iris Blue #11BACC
RGB
CMYK
RGB Variations
Color information
#11BACC (or 0x11BACC) is known color: Iris Blue. HEX triplet: 11, BA and CC. RGB value is (17,186,204). Sum of RGB (Red+Green+Blue) = 17+186+204=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #11BACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BACC is #EE4533. Grayscale: #898989. Windows color (decimal): -15615284 or 13416977. OLE color: 13416977.
HSL color Cylindrical-coordinate representation of color #11BACC: hue angle of 185.78º 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 #11BACC is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 186 | 204 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.2 |
| HSL | 185.78º | 0.85% | 0.43% | - |
| HSV(B) | 185.78º | 0.92% | 0.8% | - |
| XYZ | 28.69 | 39.6 | 63.26 | - |
| YUV | 137.52 | 165.51 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 204 | 0.92 | 0.09 | 0 | 0.2 | 185.78 | 0.85 | 0.43 |
| Hex | 11 | BA | CC | 5C | 9 | 0 | 14 | BA | 55 | 2B |
| Octal | 21 | 272 | 314 | 134 | 11 | 0 | 24 | 272 | 125 | 53 |
| Binary | 10001 | 10111010 | 11001100 | 1011100 | 1001 | 0 | 10100 | 10111010 | 1010101 | 101011 |
Color Harmonies of #11BACC
Complementary color
Monochromatic Colors of #11BACC
Black with #11BACC
Text Example
Text Example
White with #11BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BACC; }
p { color: rgb(17,186,204); }
H1.HeaderClassName
{
color: #11BACC;
}
.AnyTagClassName
{
color: #11BACC;
}
</style>
background-color css
<style>
a { background-color: #11BACC; }
a { background-color: rgb(17,186,204); }
div.DivClassName
{
background-color: #11BACC;
}
.BgClassName
{
background-color: #11BACC;
}
</style>
border-color css
<style>
span { border-color: #11BACC; }
span { border-color: rgb(17,186,204); }
td.TdClassName
{
border-color: #11BACC;
}
.TagClassName
{
border-color: #11BACC;
}
</style>