Shades of Iris Blue #11B2BE
Tints of Iris Blue #11B2BE
RGB
CMYK
RGB Variations
Color information
#11B2BE (or 0x11B2BE) is known color: Iris Blue. HEX triplet: 11, B2 and BE. RGB value is (17,178,190). Sum of RGB (Red+Green+Blue) = 17+178+190=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #11B2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B2BE is #EE4D41. Grayscale: #838383. Windows color (decimal): -15617346 or 12497425. OLE color: 12497425.
HSL color Cylindrical-coordinate representation of color #11B2BE: hue angle of 184.16º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B2BE is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 178 | 190 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.25 |
| HSL | 184.16º | 0.84% | 0.41% | - |
| HSV(B) | 184.16º | 0.91% | 0.75% | - |
| XYZ | 25.45 | 35.68 | 54.26 | - |
| YUV | 131.23 | 161.16 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 178 | 190 | 0.91 | 0.06 | 0 | 0.25 | 184.16 | 0.84 | 0.41 |
| Hex | 11 | B2 | BE | 5B | 6 | 0 | 19 | B8 | 54 | 29 |
| Octal | 21 | 262 | 276 | 133 | 6 | 0 | 31 | 270 | 124 | 51 |
| Binary | 10001 | 10110010 | 10111110 | 1011011 | 110 | 0 | 11001 | 10111000 | 1010100 | 101001 |
Color Harmonies of #11B2BE
Complementary color
Monochromatic Colors of #11B2BE
Black with #11B2BE
Text Example
Text Example
White with #11B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B2BE; }
p { color: rgb(17,178,190); }
H1.HeaderClassName
{
color: #11B2BE;
}
.AnyTagClassName
{
color: #11B2BE;
}
</style>
background-color css
<style>
a { background-color: #11B2BE; }
a { background-color: rgb(17,178,190); }
div.DivClassName
{
background-color: #11B2BE;
}
.BgClassName
{
background-color: #11B2BE;
}
</style>
border-color css
<style>
span { border-color: #11B2BE; }
span { border-color: rgb(17,178,190); }
td.TdClassName
{
border-color: #11B2BE;
}
.TagClassName
{
border-color: #11B2BE;
}
</style>