Shades of Iris Blue #11B1BA
Tints of Iris Blue #11B1BA
RGB
CMYK
RGB Variations
Color information
#11B1BA (or 0x11B1BA) is known color: Iris Blue. HEX triplet: 11, B1 and BA. RGB value is (17,177,186). Sum of RGB (Red+Green+Blue) = 17+177+186=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #11B1BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B1BA is #EE4E45. Grayscale: #818181. Windows color (decimal): -15617606 or 12235025. OLE color: 12235025.
HSL color Cylindrical-coordinate representation of color #11B1BA: hue angle of 183.2º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B1BA is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 177 | 186 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.27 |
| HSL | 183.2º | 0.83% | 0.4% | - |
| HSV(B) | 183.2º | 0.91% | 0.73% | - |
| XYZ | 24.82 | 35.11 | 51.92 | - |
| YUV | 130.19 | 159.49 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 177 | 186 | 0.91 | 0.05 | 0 | 0.27 | 183.2 | 0.83 | 0.4 |
| Hex | 11 | B1 | BA | 5B | 5 | 0 | 1B | B7 | 53 | 28 |
| Octal | 21 | 261 | 272 | 133 | 5 | 0 | 33 | 267 | 123 | 50 |
| Binary | 10001 | 10110001 | 10111010 | 1011011 | 101 | 0 | 11011 | 10110111 | 1010011 | 101000 |
Color Harmonies of #11B1BA
Complementary color
Monochromatic Colors of #11B1BA
Black with #11B1BA
Text Example
Text Example
White with #11B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B1BA; }
p { color: rgb(17,177,186); }
H1.HeaderClassName
{
color: #11B1BA;
}
.AnyTagClassName
{
color: #11B1BA;
}
</style>
background-color css
<style>
a { background-color: #11B1BA; }
a { background-color: rgb(17,177,186); }
div.DivClassName
{
background-color: #11B1BA;
}
.BgClassName
{
background-color: #11B1BA;
}
</style>
border-color css
<style>
span { border-color: #11B1BA; }
span { border-color: rgb(17,177,186); }
td.TdClassName
{
border-color: #11B1BA;
}
.TagClassName
{
border-color: #11B1BA;
}
</style>