Shades of Iris Blue #11BBDB
Tints of Iris Blue #11BBDB
RGB
CMYK
RGB Variations
Color information
#11BBDB (or 0x11BBDB) is known color: Iris Blue. HEX triplet: 11, BB and DB. RGB value is (17,187,219). Sum of RGB (Red+Green+Blue) = 17+187+219=423 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.02% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #11BBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BBDB is #EE4424. Grayscale: #8B8B8B. Windows color (decimal): -15615013 or 14400273. OLE color: 14400273.
HSL color Cylindrical-coordinate representation of color #11BBDB: hue angle of 189.5º 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 #11BBDB is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 187 | 219 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.14 |
| HSL | 189.5º | 0.86% | 0.46% | - |
| HSV(B) | 189.5º | 0.92% | 0.86% | - |
| XYZ | 30.79 | 40.77 | 73.27 | - |
| YUV | 139.82 | 172.68 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 219 | 0.92 | 0.15 | 0 | 0.14 | 189.5 | 0.86 | 0.46 |
| Hex | 11 | BB | DB | 5C | F | 0 | E | BE | 56 | 2E |
| Octal | 21 | 273 | 333 | 134 | 17 | 0 | 16 | 276 | 126 | 56 |
| Binary | 10001 | 10111011 | 11011011 | 1011100 | 1111 | 0 | 1110 | 10111110 | 1010110 | 101110 |
Color Harmonies of #11BBDB
Complementary color
Monochromatic Colors of #11BBDB
Black with #11BBDB
Text Example
Text Example
White with #11BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBDB; }
p { color: rgb(17,187,219); }
H1.HeaderClassName
{
color: #11BBDB;
}
.AnyTagClassName
{
color: #11BBDB;
}
</style>
background-color css
<style>
a { background-color: #11BBDB; }
a { background-color: rgb(17,187,219); }
div.DivClassName
{
background-color: #11BBDB;
}
.BgClassName
{
background-color: #11BBDB;
}
</style>
border-color css
<style>
span { border-color: #11BBDB; }
span { border-color: rgb(17,187,219); }
td.TdClassName
{
border-color: #11BBDB;
}
.TagClassName
{
border-color: #11BBDB;
}
</style>