Shades of Iris Blue #11B1C1
Tints of Iris Blue #11B1C1
RGB
CMYK
RGB Variations
Color information
#11B1C1 (or 0x11B1C1) is known color: Iris Blue. HEX triplet: 11, B1 and C1. RGB value is (17,177,193). Sum of RGB (Red+Green+Blue) = 17+177+193=387 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.39% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #11B1C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B1C1 is #EE4E3E. Grayscale: #828282. Windows color (decimal): -15617599 or 12693777. OLE color: 12693777.
HSL color Cylindrical-coordinate representation of color #11B1C1: hue angle of 185.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B1C1 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 177 | 193 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.24 |
| HSL | 185.45º | 0.84% | 0.41% | - |
| HSV(B) | 185.45º | 0.91% | 0.76% | - |
| XYZ | 25.58 | 35.41 | 55.94 | - |
| YUV | 130.98 | 162.99 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 177 | 193 | 0.91 | 0.08 | 0 | 0.24 | 185.45 | 0.84 | 0.41 |
| Hex | 11 | B1 | C1 | 5B | 8 | 0 | 18 | B9 | 54 | 29 |
| Octal | 21 | 261 | 301 | 133 | 10 | 0 | 30 | 271 | 124 | 51 |
| Binary | 10001 | 10110001 | 11000001 | 1011011 | 1000 | 0 | 11000 | 10111001 | 1010100 | 101001 |
Color Harmonies of #11B1C1
Complementary color
Monochromatic Colors of #11B1C1
Black with #11B1C1
Text Example
Text Example
White with #11B1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B1C1; }
p { color: rgb(17,177,193); }
H1.HeaderClassName
{
color: #11B1C1;
}
.AnyTagClassName
{
color: #11B1C1;
}
</style>
background-color css
<style>
a { background-color: #11B1C1; }
a { background-color: rgb(17,177,193); }
div.DivClassName
{
background-color: #11B1C1;
}
.BgClassName
{
background-color: #11B1C1;
}
</style>
border-color css
<style>
span { border-color: #11B1C1; }
span { border-color: rgb(17,177,193); }
td.TdClassName
{
border-color: #11B1C1;
}
.TagClassName
{
border-color: #11B1C1;
}
</style>