Shades of Iris Blue #11B7DC
Tints of Iris Blue #11B7DC
RGB
CMYK
RGB Variations
Color information
#11B7DC (or 0x11B7DC) is known color: Iris Blue. HEX triplet: 11, B7 and DC. RGB value is (17,183,220). Sum of RGB (Red+Green+Blue) = 17+183+220=420 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.05% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #11B7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B7DC is #EE4823. Grayscale: #898989. Windows color (decimal): -15616036 or 14464785. OLE color: 14464785.
HSL color Cylindrical-coordinate representation of color #11B7DC: hue angle of 190.94º 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 #11B7DC is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 183 | 220 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.14 |
| HSL | 190.94º | 0.86% | 0.46% | - |
| HSV(B) | 190.94º | 0.92% | 0.86% | - |
| XYZ | 30.08 | 39.15 | 73.68 | - |
| YUV | 137.58 | 174.5 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 183 | 220 | 0.92 | 0.17 | 0 | 0.14 | 190.94 | 0.86 | 0.46 |
| Hex | 11 | B7 | DC | 5C | 11 | 0 | E | BF | 56 | 2E |
| Octal | 21 | 267 | 334 | 134 | 21 | 0 | 16 | 277 | 126 | 56 |
| Binary | 10001 | 10110111 | 11011100 | 1011100 | 10001 | 0 | 1110 | 10111111 | 1010110 | 101110 |
Color Harmonies of #11B7DC
Complementary color
Monochromatic Colors of #11B7DC
Black with #11B7DC
Text Example
Text Example
White with #11B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B7DC; }
p { color: rgb(17,183,220); }
H1.HeaderClassName
{
color: #11B7DC;
}
.AnyTagClassName
{
color: #11B7DC;
}
</style>
background-color css
<style>
a { background-color: #11B7DC; }
a { background-color: rgb(17,183,220); }
div.DivClassName
{
background-color: #11B7DC;
}
.BgClassName
{
background-color: #11B7DC;
}
</style>
border-color css
<style>
span { border-color: #11B7DC; }
span { border-color: rgb(17,183,220); }
td.TdClassName
{
border-color: #11B7DC;
}
.TagClassName
{
border-color: #11B7DC;
}
</style>