Shades of Iris Blue #11BFDC
Tints of Iris Blue #11BFDC
RGB
CMYK
RGB Variations
Color information
#11BFDC (or 0x11BFDC) is known color: Iris Blue. HEX triplet: 11, BF and DC. RGB value is (17,191,220). Sum of RGB (Red+Green+Blue) = 17+191+220=428 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.97% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #11BFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BFDC is #EE4023. Grayscale: #8D8D8D. Windows color (decimal): -15613988 or 14466833. OLE color: 14466833.
HSL color Cylindrical-coordinate representation of color #11BFDC: hue angle of 188.57º 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 #11BFDC is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 191 | 220 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.14 |
| HSL | 188.57º | 0.86% | 0.46% | - |
| HSV(B) | 188.57º | 0.92% | 0.86% | - |
| XYZ | 31.78 | 42.55 | 74.25 | - |
| YUV | 142.28 | 171.85 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 191 | 220 | 0.92 | 0.13 | 0 | 0.14 | 188.57 | 0.86 | 0.46 |
| Hex | 11 | BF | DC | 5C | D | 0 | E | BD | 56 | 2E |
| Octal | 21 | 277 | 334 | 134 | 15 | 0 | 16 | 275 | 126 | 56 |
| Binary | 10001 | 10111111 | 11011100 | 1011100 | 1101 | 0 | 1110 | 10111101 | 1010110 | 101110 |
Color Harmonies of #11BFDC
Complementary color
Monochromatic Colors of #11BFDC
Black with #11BFDC
Text Example
Text Example
White with #11BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BFDC; }
p { color: rgb(17,191,220); }
H1.HeaderClassName
{
color: #11BFDC;
}
.AnyTagClassName
{
color: #11BFDC;
}
</style>
background-color css
<style>
a { background-color: #11BFDC; }
a { background-color: rgb(17,191,220); }
div.DivClassName
{
background-color: #11BFDC;
}
.BgClassName
{
background-color: #11BFDC;
}
</style>
border-color css
<style>
span { border-color: #11BFDC; }
span { border-color: rgb(17,191,220); }
td.TdClassName
{
border-color: #11BFDC;
}
.TagClassName
{
border-color: #11BFDC;
}
</style>