Shades of Iris Blue #11B7DB
Tints of Iris Blue #11B7DB
RGB
CMYK
RGB Variations
Color information
#11B7DB (or 0x11B7DB) is known color: Iris Blue. HEX triplet: 11, B7 and DB. RGB value is (17,183,219). Sum of RGB (Red+Green+Blue) = 17+183+219=419 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.06% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #11B7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B7DB is #EE4824. Grayscale: #898989. Windows color (decimal): -15616037 or 14399249. OLE color: 14399249.
HSL color Cylindrical-coordinate representation of color #11B7DB: hue angle of 190.69º 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 #11B7DB is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 183 | 219 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.14 |
| HSL | 190.69º | 0.86% | 0.46% | - |
| HSV(B) | 190.69º | 0.92% | 0.86% | - |
| XYZ | 29.95 | 39.1 | 72.99 | - |
| YUV | 137.47 | 174 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 183 | 219 | 0.92 | 0.16 | 0 | 0.14 | 190.69 | 0.86 | 0.46 |
| Hex | 11 | B7 | DB | 5C | 10 | 0 | E | BF | 56 | 2E |
| Octal | 21 | 267 | 333 | 134 | 20 | 0 | 16 | 277 | 126 | 56 |
| Binary | 10001 | 10110111 | 11011011 | 1011100 | 10000 | 0 | 1110 | 10111111 | 1010110 | 101110 |
Color Harmonies of #11B7DB
Complementary color
Monochromatic Colors of #11B7DB
Black with #11B7DB
Text Example
Text Example
White with #11B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B7DB; }
p { color: rgb(17,183,219); }
H1.HeaderClassName
{
color: #11B7DB;
}
.AnyTagClassName
{
color: #11B7DB;
}
</style>
background-color css
<style>
a { background-color: #11B7DB; }
a { background-color: rgb(17,183,219); }
div.DivClassName
{
background-color: #11B7DB;
}
.BgClassName
{
background-color: #11B7DB;
}
</style>
border-color css
<style>
span { border-color: #11B7DB; }
span { border-color: rgb(17,183,219); }
td.TdClassName
{
border-color: #11B7DB;
}
.TagClassName
{
border-color: #11B7DB;
}
</style>