Shades of Iris Blue #11B1BD
Tints of Iris Blue #11B1BD
RGB
CMYK
RGB Variations
Color information
#11B1BD (or 0x11B1BD) is known color: Iris Blue. HEX triplet: 11, B1 and BD. RGB value is (17,177,189). Sum of RGB (Red+Green+Blue) = 17+177+189=383 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.44% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #11B1BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B1BD is #EE4E42. Grayscale: #828282. Windows color (decimal): -15617603 or 12431633. OLE color: 12431633.
HSL color Cylindrical-coordinate representation of color #11B1BD: hue angle of 184.19º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B1BD is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 177 | 189 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.26 |
| HSL | 184.19º | 0.83% | 0.4% | - |
| HSV(B) | 184.19º | 0.91% | 0.74% | - |
| XYZ | 25.14 | 35.24 | 53.62 | - |
| YUV | 130.53 | 160.99 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 177 | 189 | 0.91 | 0.06 | 0 | 0.26 | 184.19 | 0.83 | 0.4 |
| Hex | 11 | B1 | BD | 5B | 6 | 0 | 1A | B8 | 53 | 28 |
| Octal | 21 | 261 | 275 | 133 | 6 | 0 | 32 | 270 | 123 | 50 |
| Binary | 10001 | 10110001 | 10111101 | 1011011 | 110 | 0 | 11010 | 10111000 | 1010011 | 101000 |
Color Harmonies of #11B1BD
Complementary color
Monochromatic Colors of #11B1BD
Black with #11B1BD
Text Example
Text Example
White with #11B1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B1BD; }
p { color: rgb(17,177,189); }
H1.HeaderClassName
{
color: #11B1BD;
}
.AnyTagClassName
{
color: #11B1BD;
}
</style>
background-color css
<style>
a { background-color: #11B1BD; }
a { background-color: rgb(17,177,189); }
div.DivClassName
{
background-color: #11B1BD;
}
.BgClassName
{
background-color: #11B1BD;
}
</style>
border-color css
<style>
span { border-color: #11B1BD; }
span { border-color: rgb(17,177,189); }
td.TdClassName
{
border-color: #11B1BD;
}
.TagClassName
{
border-color: #11B1BD;
}
</style>