Shades of Iris Blue #11C1BB
Tints of Iris Blue #11C1BB
RGB
CMYK
RGB Variations
Color information
#11C1BB (or 0x11C1BB) is known color: Iris Blue. HEX triplet: 11, C1 and BB. RGB value is (17,193,187). Sum of RGB (Red+Green+Blue) = 17+193+187=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #11C1BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C1BB is #EE3E44. Grayscale: #8B8B8B. Windows color (decimal): -15613509 or 12304657. OLE color: 12304657.
HSL color Cylindrical-coordinate representation of color #11C1BB: hue angle of 177.95º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C1BB is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 187 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.24 |
| HSL | 177.95º | 0.84% | 0.41% | - |
| HSV(B) | 177.95º | 0.91% | 0.76% | - |
| XYZ | 28.27 | 41.85 | 53.6 | - |
| YUV | 139.69 | 154.69 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 187 | 0.91 | 0 | 0.03 | 0.24 | 177.95 | 0.84 | 0.41 |
| Hex | 11 | C1 | BB | 5B | 0 | 3 | 18 | B2 | 54 | 29 |
| Octal | 21 | 301 | 273 | 133 | 0 | 3 | 30 | 262 | 124 | 51 |
| Binary | 10001 | 11000001 | 10111011 | 1011011 | 0 | 11 | 11000 | 10110010 | 1010100 | 101001 |
Color Harmonies of #11C1BB
Complementary color
Monochromatic Colors of #11C1BB
Black with #11C1BB
Text Example
Text Example
White with #11C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C1BB; }
p { color: rgb(17,193,187); }
H1.HeaderClassName
{
color: #11C1BB;
}
.AnyTagClassName
{
color: #11C1BB;
}
</style>
background-color css
<style>
a { background-color: #11C1BB; }
a { background-color: rgb(17,193,187); }
div.DivClassName
{
background-color: #11C1BB;
}
.BgClassName
{
background-color: #11C1BB;
}
</style>
border-color css
<style>
span { border-color: #11C1BB; }
span { border-color: rgb(17,193,187); }
td.TdClassName
{
border-color: #11C1BB;
}
.TagClassName
{
border-color: #11C1BB;
}
</style>