Shades of Iris Blue #11BDBB
Tints of Iris Blue #11BDBB
RGB
CMYK
RGB Variations
Color information
#11BDBB (or 0x11BDBB) is known color: Iris Blue. HEX triplet: 11, BD and BB. RGB value is (17,189,187). Sum of RGB (Red+Green+Blue) = 17+189+187=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #11BDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BDBB is #EE4244. Grayscale: #898989. Windows color (decimal): -15614533 or 12303633. OLE color: 12303633.
HSL color Cylindrical-coordinate representation of color #11BDBB: hue angle of 179.3º 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 #11BDBB is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 187 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.26 |
| HSL | 179.3º | 0.83% | 0.4% | - |
| HSV(B) | 179.3º | 0.91% | 0.74% | - |
| XYZ | 27.4 | 40.1 | 53.31 | - |
| YUV | 137.34 | 156.02 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 187 | 0.91 | 0 | 0.01 | 0.26 | 179.3 | 0.83 | 0.4 |
| Hex | 11 | BD | BB | 5B | 0 | 1 | 1A | B3 | 53 | 28 |
| Octal | 21 | 275 | 273 | 133 | 0 | 1 | 32 | 263 | 123 | 50 |
| Binary | 10001 | 10111101 | 10111011 | 1011011 | 0 | 1 | 11010 | 10110011 | 1010011 | 101000 |
Color Harmonies of #11BDBB
Complementary color
Monochromatic Colors of #11BDBB
Black with #11BDBB
Text Example
Text Example
White with #11BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDBB; }
p { color: rgb(17,189,187); }
H1.HeaderClassName
{
color: #11BDBB;
}
.AnyTagClassName
{
color: #11BDBB;
}
</style>
background-color css
<style>
a { background-color: #11BDBB; }
a { background-color: rgb(17,189,187); }
div.DivClassName
{
background-color: #11BDBB;
}
.BgClassName
{
background-color: #11BDBB;
}
</style>
border-color css
<style>
span { border-color: #11BDBB; }
span { border-color: rgb(17,189,187); }
td.TdClassName
{
border-color: #11BDBB;
}
.TagClassName
{
border-color: #11BDBB;
}
</style>