Shades of Iris Blue #11B0BC
Tints of Iris Blue #11B0BC
RGB
CMYK
RGB Variations
Color information
#11B0BC (or 0x11B0BC) is known color: Iris Blue. HEX triplet: 11, B0 and BC. RGB value is (17,176,188). Sum of RGB (Red+Green+Blue) = 17+176+188=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #11B0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B0BC is #EE4F43. Grayscale: #818181. Windows color (decimal): -15617860 or 12365841. OLE color: 12365841.
HSL color Cylindrical-coordinate representation of color #11B0BC: hue angle of 184.21º 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 #11B0BC is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 176 | 188 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.26 |
| HSL | 184.21º | 0.83% | 0.4% | - |
| HSV(B) | 184.21º | 0.91% | 0.74% | - |
| XYZ | 24.83 | 34.8 | 52.99 | - |
| YUV | 129.83 | 160.82 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 176 | 188 | 0.91 | 0.06 | 0 | 0.26 | 184.21 | 0.83 | 0.4 |
| Hex | 11 | B0 | BC | 5B | 6 | 0 | 1A | B8 | 53 | 28 |
| Octal | 21 | 260 | 274 | 133 | 6 | 0 | 32 | 270 | 123 | 50 |
| Binary | 10001 | 10110000 | 10111100 | 1011011 | 110 | 0 | 11010 | 10111000 | 1010011 | 101000 |
Color Harmonies of #11B0BC
Complementary color
Monochromatic Colors of #11B0BC
Black with #11B0BC
Text Example
Text Example
White with #11B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B0BC; }
p { color: rgb(17,176,188); }
H1.HeaderClassName
{
color: #11B0BC;
}
.AnyTagClassName
{
color: #11B0BC;
}
</style>
background-color css
<style>
a { background-color: #11B0BC; }
a { background-color: rgb(17,176,188); }
div.DivClassName
{
background-color: #11B0BC;
}
.BgClassName
{
background-color: #11B0BC;
}
</style>
border-color css
<style>
span { border-color: #11B0BC; }
span { border-color: rgb(17,176,188); }
td.TdClassName
{
border-color: #11B0BC;
}
.TagClassName
{
border-color: #11B0BC;
}
</style>