Shades of Iris Blue #11BDBC
Tints of Iris Blue #11BDBC
RGB
CMYK
RGB Variations
Color information
#11BDBC (or 0x11BDBC) is known color: Iris Blue. HEX triplet: 11, BD and BC. RGB value is (17,189,188). Sum of RGB (Red+Green+Blue) = 17+189+188=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #11BDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BDBC is #EE4243. Grayscale: #898989. Windows color (decimal): -15614532 or 12369169. OLE color: 12369169.
HSL color Cylindrical-coordinate representation of color #11BDBC: hue angle of 179.65º 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 #11BDBC is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 188 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.26 |
| HSL | 179.65º | 0.83% | 0.4% | - |
| HSV(B) | 179.65º | 0.91% | 0.74% | - |
| XYZ | 27.51 | 40.15 | 53.88 | - |
| YUV | 137.46 | 156.52 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 188 | 0.91 | 0 | 0.01 | 0.26 | 179.65 | 0.83 | 0.4 |
| Hex | 11 | BD | BC | 5B | 0 | 1 | 1A | B4 | 53 | 28 |
| Octal | 21 | 275 | 274 | 133 | 0 | 1 | 32 | 264 | 123 | 50 |
| Binary | 10001 | 10111101 | 10111100 | 1011011 | 0 | 1 | 11010 | 10110100 | 1010011 | 101000 |
Color Harmonies of #11BDBC
Complementary color
Monochromatic Colors of #11BDBC
Black with #11BDBC
Text Example
Text Example
White with #11BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDBC; }
p { color: rgb(17,189,188); }
H1.HeaderClassName
{
color: #11BDBC;
}
.AnyTagClassName
{
color: #11BDBC;
}
</style>
background-color css
<style>
a { background-color: #11BDBC; }
a { background-color: rgb(17,189,188); }
div.DivClassName
{
background-color: #11BDBC;
}
.BgClassName
{
background-color: #11BDBC;
}
</style>
border-color css
<style>
span { border-color: #11BDBC; }
span { border-color: rgb(17,189,188); }
td.TdClassName
{
border-color: #11BDBC;
}
.TagClassName
{
border-color: #11BDBC;
}
</style>