Shades of Iris Blue #11B4BB
Tints of Iris Blue #11B4BB
RGB
CMYK
RGB Variations
Color information
#11B4BB (or 0x11B4BB) is known color: Iris Blue. HEX triplet: 11, B4 and BB. RGB value is (17,180,187). Sum of RGB (Red+Green+Blue) = 17+180+187=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #11B4BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B4BB is #EE4B44. Grayscale: #838383. Windows color (decimal): -15616837 or 12301329. OLE color: 12301329.
HSL color Cylindrical-coordinate representation of color #11B4BB: hue angle of 182.47º 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 #11B4BB is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 180 | 187 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.27 |
| HSL | 182.47º | 0.83% | 0.4% | - |
| HSV(B) | 182.47º | 0.91% | 0.73% | - |
| XYZ | 25.52 | 36.35 | 52.68 | - |
| YUV | 132.06 | 159 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 180 | 187 | 0.91 | 0.04 | 0 | 0.27 | 182.47 | 0.83 | 0.4 |
| Hex | 11 | B4 | BB | 5B | 4 | 0 | 1B | B6 | 53 | 28 |
| Octal | 21 | 264 | 273 | 133 | 4 | 0 | 33 | 266 | 123 | 50 |
| Binary | 10001 | 10110100 | 10111011 | 1011011 | 100 | 0 | 11011 | 10110110 | 1010011 | 101000 |
Color Harmonies of #11B4BB
Complementary color
Monochromatic Colors of #11B4BB
Black with #11B4BB
Text Example
Text Example
White with #11B4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B4BB; }
p { color: rgb(17,180,187); }
H1.HeaderClassName
{
color: #11B4BB;
}
.AnyTagClassName
{
color: #11B4BB;
}
</style>
background-color css
<style>
a { background-color: #11B4BB; }
a { background-color: rgb(17,180,187); }
div.DivClassName
{
background-color: #11B4BB;
}
.BgClassName
{
background-color: #11B4BB;
}
</style>
border-color css
<style>
span { border-color: #11B4BB; }
span { border-color: rgb(17,180,187); }
td.TdClassName
{
border-color: #11B4BB;
}
.TagClassName
{
border-color: #11B4BB;
}
</style>