Shades of Iris Blue #11BCCD
Tints of Iris Blue #11BCCD
RGB
CMYK
RGB Variations
Color information
#11BCCD (or 0x11BCCD) is known color: Iris Blue. HEX triplet: 11, BC and CD. RGB value is (17,188,205). Sum of RGB (Red+Green+Blue) = 17+188+205=410 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.15% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #11BCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BCCD is #EE4332. Grayscale: #8A8A8A. Windows color (decimal): -15614771 or 13483025. OLE color: 13483025.
HSL color Cylindrical-coordinate representation of color #11BCCD: hue angle of 185.43º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BCCD is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 188 | 205 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.20 |
| HSL | 185.43º | 0.85% | 0.44% | - |
| HSV(B) | 185.43º | 0.92% | 0.8% | - |
| XYZ | 29.23 | 40.49 | 64.03 | - |
| YUV | 138.81 | 165.35 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 205 | 0.92 | 0.08 | 0 | 0.20 | 185.43 | 0.85 | 0.44 |
| Hex | 11 | BC | CD | 5C | 8 | 0 | 14 | B9 | 55 | 2C |
| Octal | 21 | 274 | 315 | 134 | 10 | 0 | 24 | 271 | 125 | 54 |
| Binary | 10001 | 10111100 | 11001101 | 1011100 | 1000 | 0 | 10100 | 10111001 | 1010101 | 101100 |
Color Harmonies of #11BCCD
Complementary color
Monochromatic Colors of #11BCCD
Black with #11BCCD
Text Example
Text Example
White with #11BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BCCD; }
p { color: rgb(17,188,205); }
H1.HeaderClassName
{
color: #11BCCD;
}
.AnyTagClassName
{
color: #11BCCD;
}
</style>
background-color css
<style>
a { background-color: #11BCCD; }
a { background-color: rgb(17,188,205); }
div.DivClassName
{
background-color: #11BCCD;
}
.BgClassName
{
background-color: #11BCCD;
}
</style>
border-color css
<style>
span { border-color: #11BCCD; }
span { border-color: rgb(17,188,205); }
td.TdClassName
{
border-color: #11BCCD;
}
.TagClassName
{
border-color: #11BCCD;
}
</style>