Shades of Iris Blue #11B2BC
Tints of Iris Blue #11B2BC
RGB
CMYK
RGB Variations
Color information
#11B2BC (or 0x11B2BC) is known color: Iris Blue. HEX triplet: 11, B2 and BC. RGB value is (17,178,188). Sum of RGB (Red+Green+Blue) = 17+178+188=383 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.44% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #11B2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B2BC is #EE4D43. Grayscale: #828282. Windows color (decimal): -15617348 or 12366353. OLE color: 12366353.
HSL color Cylindrical-coordinate representation of color #11B2BC: hue angle of 183.51º 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 #11B2BC is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 178 | 188 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.26 |
| HSL | 183.51º | 0.83% | 0.4% | - |
| HSV(B) | 183.51º | 0.91% | 0.74% | - |
| XYZ | 25.23 | 35.59 | 53.12 | - |
| YUV | 131 | 160.16 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 178 | 188 | 0.91 | 0.05 | 0 | 0.26 | 183.51 | 0.83 | 0.4 |
| Hex | 11 | B2 | BC | 5B | 5 | 0 | 1A | B8 | 53 | 28 |
| Octal | 21 | 262 | 274 | 133 | 5 | 0 | 32 | 270 | 123 | 50 |
| Binary | 10001 | 10110010 | 10111100 | 1011011 | 101 | 0 | 11010 | 10111000 | 1010011 | 101000 |
Color Harmonies of #11B2BC
Complementary color
Monochromatic Colors of #11B2BC
Black with #11B2BC
Text Example
Text Example
White with #11B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B2BC; }
p { color: rgb(17,178,188); }
H1.HeaderClassName
{
color: #11B2BC;
}
.AnyTagClassName
{
color: #11B2BC;
}
</style>
background-color css
<style>
a { background-color: #11B2BC; }
a { background-color: rgb(17,178,188); }
div.DivClassName
{
background-color: #11B2BC;
}
.BgClassName
{
background-color: #11B2BC;
}
</style>
border-color css
<style>
span { border-color: #11B2BC; }
span { border-color: rgb(17,178,188); }
td.TdClassName
{
border-color: #11B2BC;
}
.TagClassName
{
border-color: #11B2BC;
}
</style>