Shades of Iris Blue #11BBC1
Tints of Iris Blue #11BBC1
RGB
CMYK
RGB Variations
Color information
#11BBC1 (or 0x11BBC1) is known color: Iris Blue. HEX triplet: 11, BB and C1. RGB value is (17,187,193). Sum of RGB (Red+Green+Blue) = 17+187+193=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #11BBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BBC1 is #EE443E. Grayscale: #888888. Windows color (decimal): -15615039 or 12696337. OLE color: 12696337.
HSL color Cylindrical-coordinate representation of color #11BBC1: hue angle of 182.05º 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 #11BBC1 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 187 | 193 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.24 |
| HSL | 182.05º | 0.84% | 0.41% | - |
| HSV(B) | 182.05º | 0.91% | 0.76% | - |
| XYZ | 27.63 | 39.51 | 56.62 | - |
| YUV | 136.85 | 159.68 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 193 | 0.91 | 0.03 | 0 | 0.24 | 182.05 | 0.84 | 0.41 |
| Hex | 11 | BB | C1 | 5B | 3 | 0 | 18 | B6 | 54 | 29 |
| Octal | 21 | 273 | 301 | 133 | 3 | 0 | 30 | 266 | 124 | 51 |
| Binary | 10001 | 10111011 | 11000001 | 1011011 | 11 | 0 | 11000 | 10110110 | 1010100 | 101001 |
Color Harmonies of #11BBC1
Complementary color
Monochromatic Colors of #11BBC1
Black with #11BBC1
Text Example
Text Example
White with #11BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBC1; }
p { color: rgb(17,187,193); }
H1.HeaderClassName
{
color: #11BBC1;
}
.AnyTagClassName
{
color: #11BBC1;
}
</style>
background-color css
<style>
a { background-color: #11BBC1; }
a { background-color: rgb(17,187,193); }
div.DivClassName
{
background-color: #11BBC1;
}
.BgClassName
{
background-color: #11BBC1;
}
</style>
border-color css
<style>
span { border-color: #11BBC1; }
span { border-color: rgb(17,187,193); }
td.TdClassName
{
border-color: #11BBC1;
}
.TagClassName
{
border-color: #11BBC1;
}
</style>