Shades of Iris Blue #11BCBC
Tints of Iris Blue #11BCBC
RGB
CMYK
RGB Variations
Color information
#11BCBC (or 0x11BCBC) is known color: Iris Blue. HEX triplet: 11, BC and BC. RGB value is (17,188,188). Sum of RGB (Red+Green+Blue) = 17+188+188=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #11BCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BCBC is #EE4343. Grayscale: #888888. Windows color (decimal): -15614788 or 12368913. OLE color: 12368913.
HSL color Cylindrical-coordinate representation of color #11BCBC: hue angle of 180º 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 #11BCBC is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 188 | - |
| CMYK | 0.91 | 0 | 0 | 0.26 |
| HSL | 180º | 0.83% | 0.4% | - |
| HSV(B) | 180º | 0.91% | 0.74% | - |
| XYZ | 27.29 | 39.72 | 53.8 | - |
| YUV | 136.87 | 156.85 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 188 | 0.91 | 0 | 0 | 0.26 | 180 | 0.83 | 0.4 |
| Hex | 11 | BC | BC | 5B | 0 | 0 | 1A | B4 | 53 | 28 |
| Octal | 21 | 274 | 274 | 133 | 0 | 0 | 32 | 264 | 123 | 50 |
| Binary | 10001 | 10111100 | 10111100 | 1011011 | 0 | 0 | 11010 | 10110100 | 1010011 | 101000 |
Color Harmonies of #11BCBC
Complementary color
Monochromatic Colors of #11BCBC
Black with #11BCBC
Text Example
Text Example
White with #11BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BCBC; }
p { color: rgb(17,188,188); }
H1.HeaderClassName
{
color: #11BCBC;
}
.AnyTagClassName
{
color: #11BCBC;
}
</style>
background-color css
<style>
a { background-color: #11BCBC; }
a { background-color: rgb(17,188,188); }
div.DivClassName
{
background-color: #11BCBC;
}
.BgClassName
{
background-color: #11BCBC;
}
</style>
border-color css
<style>
span { border-color: #11BCBC; }
span { border-color: rgb(17,188,188); }
td.TdClassName
{
border-color: #11BCBC;
}
.TagClassName
{
border-color: #11BCBC;
}
</style>