Shades of Iris Blue #11BCC0
Tints of Iris Blue #11BCC0
RGB
CMYK
RGB Variations
Color information
#11BCC0 (or 0x11BCC0) is known color: Iris Blue. HEX triplet: 11, BC and C0. RGB value is (17,188,192). Sum of RGB (Red+Green+Blue) = 17+188+192=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #11BCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BCC0 is #EE433F. Grayscale: #898989. Windows color (decimal): -15614784 or 12631057. OLE color: 12631057.
HSL color Cylindrical-coordinate representation of color #11BCC0: hue angle of 181.37º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BCC0 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 188 | 192 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.25 |
| HSL | 181.37º | 0.84% | 0.41% | - |
| HSV(B) | 181.37º | 0.91% | 0.75% | - |
| XYZ | 27.73 | 39.89 | 56.11 | - |
| YUV | 137.33 | 158.85 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 192 | 0.91 | 0.02 | 0 | 0.25 | 181.37 | 0.84 | 0.41 |
| Hex | 11 | BC | C0 | 5B | 2 | 0 | 19 | B5 | 54 | 29 |
| Octal | 21 | 274 | 300 | 133 | 2 | 0 | 31 | 265 | 124 | 51 |
| Binary | 10001 | 10111100 | 11000000 | 1011011 | 10 | 0 | 11001 | 10110101 | 1010100 | 101001 |
Color Harmonies of #11BCC0
Complementary color
Monochromatic Colors of #11BCC0
Black with #11BCC0
Text Example
Text Example
White with #11BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BCC0; }
p { color: rgb(17,188,192); }
H1.HeaderClassName
{
color: #11BCC0;
}
.AnyTagClassName
{
color: #11BCC0;
}
</style>
background-color css
<style>
a { background-color: #11BCC0; }
a { background-color: rgb(17,188,192); }
div.DivClassName
{
background-color: #11BCC0;
}
.BgClassName
{
background-color: #11BCC0;
}
</style>
border-color css
<style>
span { border-color: #11BCC0; }
span { border-color: rgb(17,188,192); }
td.TdClassName
{
border-color: #11BCC0;
}
.TagClassName
{
border-color: #11BCC0;
}
</style>