Shades of Iris Blue #11C1CB
Tints of Iris Blue #11C1CB
RGB
CMYK
RGB Variations
Color information
#11C1CB (or 0x11C1CB) is known color: Iris Blue. HEX triplet: 11, C1 and CB. RGB value is (17,193,203). Sum of RGB (Red+Green+Blue) = 17+193+203=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #11C1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C1CB is #EE3E34. Grayscale: #8D8D8D. Windows color (decimal): -15613493 or 13353233. OLE color: 13353233.
HSL color Cylindrical-coordinate representation of color #11C1CB: hue angle of 183.23º 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 #11C1CB is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 193 | 203 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.20 |
| HSL | 183.23º | 0.85% | 0.43% | - |
| HSV(B) | 183.23º | 0.92% | 0.8% | - |
| XYZ | 30.08 | 42.57 | 63.13 | - |
| YUV | 141.52 | 162.69 | 39.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 203 | 0.92 | 0.05 | 0 | 0.20 | 183.23 | 0.85 | 0.43 |
| Hex | 11 | C1 | CB | 5C | 5 | 0 | 14 | B7 | 55 | 2B |
| Octal | 21 | 301 | 313 | 134 | 5 | 0 | 24 | 267 | 125 | 53 |
| Binary | 10001 | 11000001 | 11001011 | 1011100 | 101 | 0 | 10100 | 10110111 | 1010101 | 101011 |
Color Harmonies of #11C1CB
Complementary color
Monochromatic Colors of #11C1CB
Black with #11C1CB
Text Example
Text Example
White with #11C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C1CB; }
p { color: rgb(17,193,203); }
H1.HeaderClassName
{
color: #11C1CB;
}
.AnyTagClassName
{
color: #11C1CB;
}
</style>
background-color css
<style>
a { background-color: #11C1CB; }
a { background-color: rgb(17,193,203); }
div.DivClassName
{
background-color: #11C1CB;
}
.BgClassName
{
background-color: #11C1CB;
}
</style>
border-color css
<style>
span { border-color: #11C1CB; }
span { border-color: rgb(17,193,203); }
td.TdClassName
{
border-color: #11C1CB;
}
.TagClassName
{
border-color: #11C1CB;
}
</style>