Shades of Iris Blue #11BBCB
Tints of Iris Blue #11BBCB
RGB
CMYK
RGB Variations
Color information
#11BBCB (or 0x11BBCB) is known color: Iris Blue. HEX triplet: 11, BB and CB. RGB value is (17,187,203). Sum of RGB (Red+Green+Blue) = 17+187+203=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #11BBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BBCB is #EE4434. Grayscale: #898989. Windows color (decimal): -15615029 or 13351697. OLE color: 13351697.
HSL color Cylindrical-coordinate representation of color #11BBCB: hue angle of 185.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BBCB is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 187 | 203 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.20 |
| HSL | 185.16º | 0.85% | 0.43% | - |
| HSV(B) | 185.16º | 0.92% | 0.8% | - |
| XYZ | 28.78 | 39.97 | 62.7 | - |
| YUV | 137.99 | 164.68 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 203 | 0.92 | 0.08 | 0 | 0.20 | 185.16 | 0.85 | 0.43 |
| Hex | 11 | BB | CB | 5C | 8 | 0 | 14 | B9 | 55 | 2B |
| Octal | 21 | 273 | 313 | 134 | 10 | 0 | 24 | 271 | 125 | 53 |
| Binary | 10001 | 10111011 | 11001011 | 1011100 | 1000 | 0 | 10100 | 10111001 | 1010101 | 101011 |
Color Harmonies of #11BBCB
Complementary color
Monochromatic Colors of #11BBCB
Black with #11BBCB
Text Example
Text Example
White with #11BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBCB; }
p { color: rgb(17,187,203); }
H1.HeaderClassName
{
color: #11BBCB;
}
.AnyTagClassName
{
color: #11BBCB;
}
</style>
background-color css
<style>
a { background-color: #11BBCB; }
a { background-color: rgb(17,187,203); }
div.DivClassName
{
background-color: #11BBCB;
}
.BgClassName
{
background-color: #11BBCB;
}
</style>
border-color css
<style>
span { border-color: #11BBCB; }
span { border-color: rgb(17,187,203); }
td.TdClassName
{
border-color: #11BBCB;
}
.TagClassName
{
border-color: #11BBCB;
}
</style>