Shades of Iris Blue #11B2BA
Tints of Iris Blue #11B2BA
RGB
CMYK
RGB Variations
Color information
#11B2BA (or 0x11B2BA) is known color: Iris Blue. HEX triplet: 11, B2 and BA. RGB value is (17,178,186). Sum of RGB (Red+Green+Blue) = 17+178+186=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #11B2BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B2BA is #EE4D45. Grayscale: #828282. Windows color (decimal): -15617350 or 12235281. OLE color: 12235281.
HSL color Cylindrical-coordinate representation of color #11B2BA: hue angle of 182.84º 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 #11B2BA is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 178 | 186 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.27 |
| HSL | 182.84º | 0.83% | 0.4% | - |
| HSV(B) | 182.84º | 0.91% | 0.73% | - |
| XYZ | 25.01 | 35.51 | 51.99 | - |
| YUV | 130.77 | 159.16 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 178 | 186 | 0.91 | 0.04 | 0 | 0.27 | 182.84 | 0.83 | 0.4 |
| Hex | 11 | B2 | BA | 5B | 4 | 0 | 1B | B7 | 53 | 28 |
| Octal | 21 | 262 | 272 | 133 | 4 | 0 | 33 | 267 | 123 | 50 |
| Binary | 10001 | 10110010 | 10111010 | 1011011 | 100 | 0 | 11011 | 10110111 | 1010011 | 101000 |
Color Harmonies of #11B2BA
Complementary color
Monochromatic Colors of #11B2BA
Black with #11B2BA
Text Example
Text Example
White with #11B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B2BA; }
p { color: rgb(17,178,186); }
H1.HeaderClassName
{
color: #11B2BA;
}
.AnyTagClassName
{
color: #11B2BA;
}
</style>
background-color css
<style>
a { background-color: #11B2BA; }
a { background-color: rgb(17,178,186); }
div.DivClassName
{
background-color: #11B2BA;
}
.BgClassName
{
background-color: #11B2BA;
}
</style>
border-color css
<style>
span { border-color: #11B2BA; }
span { border-color: rgb(17,178,186); }
td.TdClassName
{
border-color: #11B2BA;
}
.TagClassName
{
border-color: #11B2BA;
}
</style>