Shades of Iris Blue #11BCDB
Tints of Iris Blue #11BCDB
RGB
CMYK
RGB Variations
Color information
#11BCDB (or 0x11BCDB) is known color: Iris Blue. HEX triplet: 11, BC and DB. RGB value is (17,188,219). Sum of RGB (Red+Green+Blue) = 17+188+219=424 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.01% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #11BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BCDB is #EE4324. Grayscale: #8C8C8C. Windows color (decimal): -15614757 or 14400529. OLE color: 14400529.
HSL color Cylindrical-coordinate representation of color #11BCDB: hue angle of 189.21º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BCDB is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 188 | 219 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.14 |
| HSL | 189.21º | 0.86% | 0.46% | - |
| HSV(B) | 189.21º | 0.92% | 0.86% | - |
| XYZ | 31 | 41.2 | 73.34 | - |
| YUV | 140.41 | 172.35 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 219 | 0.92 | 0.14 | 0 | 0.14 | 189.21 | 0.86 | 0.46 |
| Hex | 11 | BC | DB | 5C | E | 0 | E | BD | 56 | 2E |
| Octal | 21 | 274 | 333 | 134 | 16 | 0 | 16 | 275 | 126 | 56 |
| Binary | 10001 | 10111100 | 11011011 | 1011100 | 1110 | 0 | 1110 | 10111101 | 1010110 | 101110 |
Color Harmonies of #11BCDB
Complementary color
Monochromatic Colors of #11BCDB
Black with #11BCDB
Text Example
Text Example
White with #11BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BCDB; }
p { color: rgb(17,188,219); }
H1.HeaderClassName
{
color: #11BCDB;
}
.AnyTagClassName
{
color: #11BCDB;
}
</style>
background-color css
<style>
a { background-color: #11BCDB; }
a { background-color: rgb(17,188,219); }
div.DivClassName
{
background-color: #11BCDB;
}
.BgClassName
{
background-color: #11BCDB;
}
</style>
border-color css
<style>
span { border-color: #11BCDB; }
span { border-color: rgb(17,188,219); }
td.TdClassName
{
border-color: #11BCDB;
}
.TagClassName
{
border-color: #11BCDB;
}
</style>