Shades of Iris Blue #11B5BB
Tints of Iris Blue #11B5BB
RGB
CMYK
RGB Variations
Color information
#11B5BB (or 0x11B5BB) is known color: Iris Blue. HEX triplet: 11, B5 and BB. RGB value is (17,181,187). Sum of RGB (Red+Green+Blue) = 17+181+187=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #11B5BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B5BB is #EE4A44. Grayscale: #848484. Windows color (decimal): -15616581 or 12301585. OLE color: 12301585.
HSL color Cylindrical-coordinate representation of color #11B5BB: hue angle of 182.12º 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 #11B5BB is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 181 | 187 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.27 |
| HSL | 182.12º | 0.83% | 0.4% | - |
| HSV(B) | 182.12º | 0.91% | 0.73% | - |
| XYZ | 25.72 | 36.75 | 52.75 | - |
| YUV | 132.65 | 158.67 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 181 | 187 | 0.91 | 0.03 | 0 | 0.27 | 182.12 | 0.83 | 0.4 |
| Hex | 11 | B5 | BB | 5B | 3 | 0 | 1B | B6 | 53 | 28 |
| Octal | 21 | 265 | 273 | 133 | 3 | 0 | 33 | 266 | 123 | 50 |
| Binary | 10001 | 10110101 | 10111011 | 1011011 | 11 | 0 | 11011 | 10110110 | 1010011 | 101000 |
Color Harmonies of #11B5BB
Complementary color
Monochromatic Colors of #11B5BB
Black with #11B5BB
Text Example
Text Example
White with #11B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B5BB; }
p { color: rgb(17,181,187); }
H1.HeaderClassName
{
color: #11B5BB;
}
.AnyTagClassName
{
color: #11B5BB;
}
</style>
background-color css
<style>
a { background-color: #11B5BB; }
a { background-color: rgb(17,181,187); }
div.DivClassName
{
background-color: #11B5BB;
}
.BgClassName
{
background-color: #11B5BB;
}
</style>
border-color css
<style>
span { border-color: #11B5BB; }
span { border-color: rgb(17,181,187); }
td.TdClassName
{
border-color: #11B5BB;
}
.TagClassName
{
border-color: #11B5BB;
}
</style>