Shades of Iris Blue #11BCDC
Tints of Iris Blue #11BCDC
RGB
CMYK
RGB Variations
Color information
#11BCDC (or 0x11BCDC) is known color: Iris Blue. HEX triplet: 11, BC and DC. RGB value is (17,188,220). Sum of RGB (Red+Green+Blue) = 17+188+220=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #11BCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BCDC is #EE4323. Grayscale: #8C8C8C. Windows color (decimal): -15614756 or 14466065. OLE color: 14466065.
HSL color Cylindrical-coordinate representation of color #11BCDC: hue angle of 189.46º 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 #11BCDC is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 188 | 220 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.14 |
| HSL | 189.46º | 0.86% | 0.46% | - |
| HSV(B) | 189.46º | 0.92% | 0.86% | - |
| XYZ | 31.13 | 41.25 | 74.03 | - |
| YUV | 140.52 | 172.85 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 220 | 0.92 | 0.15 | 0 | 0.14 | 189.46 | 0.86 | 0.46 |
| Hex | 11 | BC | DC | 5C | F | 0 | E | BD | 56 | 2E |
| Octal | 21 | 274 | 334 | 134 | 17 | 0 | 16 | 275 | 126 | 56 |
| Binary | 10001 | 10111100 | 11011100 | 1011100 | 1111 | 0 | 1110 | 10111101 | 1010110 | 101110 |
Color Harmonies of #11BCDC
Complementary color
Monochromatic Colors of #11BCDC
Black with #11BCDC
Text Example
Text Example
White with #11BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BCDC; }
p { color: rgb(17,188,220); }
H1.HeaderClassName
{
color: #11BCDC;
}
.AnyTagClassName
{
color: #11BCDC;
}
</style>
background-color css
<style>
a { background-color: #11BCDC; }
a { background-color: rgb(17,188,220); }
div.DivClassName
{
background-color: #11BCDC;
}
.BgClassName
{
background-color: #11BCDC;
}
</style>
border-color css
<style>
span { border-color: #11BCDC; }
span { border-color: rgb(17,188,220); }
td.TdClassName
{
border-color: #11BCDC;
}
.TagClassName
{
border-color: #11BCDC;
}
</style>