Shades of Iris Blue #11BBBC
Tints of Iris Blue #11BBBC
RGB
CMYK
RGB Variations
Color information
#11BBBC (or 0x11BBBC) is known color: Iris Blue. HEX triplet: 11, BB and BC. RGB value is (17,187,188). Sum of RGB (Red+Green+Blue) = 17+187+188=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #11BBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BBBC is #EE4443. Grayscale: #888888. Windows color (decimal): -15615044 or 12368657. OLE color: 12368657.
HSL color Cylindrical-coordinate representation of color #11BBBC: hue angle of 180.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BBBC is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 187 | 188 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.26 |
| HSL | 180.35º | 0.83% | 0.4% | - |
| HSV(B) | 180.35º | 0.91% | 0.74% | - |
| XYZ | 27.08 | 39.29 | 53.73 | - |
| YUV | 136.28 | 157.18 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 188 | 0.91 | 0.01 | 0 | 0.26 | 180.35 | 0.83 | 0.4 |
| Hex | 11 | BB | BC | 5B | 1 | 0 | 1A | B4 | 53 | 28 |
| Octal | 21 | 273 | 274 | 133 | 1 | 0 | 32 | 264 | 123 | 50 |
| Binary | 10001 | 10111011 | 10111100 | 1011011 | 1 | 0 | 11010 | 10110100 | 1010011 | 101000 |
Color Harmonies of #11BBBC
Complementary color
Monochromatic Colors of #11BBBC
Black with #11BBBC
Text Example
Text Example
White with #11BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBBC; }
p { color: rgb(17,187,188); }
H1.HeaderClassName
{
color: #11BBBC;
}
.AnyTagClassName
{
color: #11BBBC;
}
</style>
background-color css
<style>
a { background-color: #11BBBC; }
a { background-color: rgb(17,187,188); }
div.DivClassName
{
background-color: #11BBBC;
}
.BgClassName
{
background-color: #11BBBC;
}
</style>
border-color css
<style>
span { border-color: #11BBBC; }
span { border-color: rgb(17,187,188); }
td.TdClassName
{
border-color: #11BBBC;
}
.TagClassName
{
border-color: #11BBBC;
}
</style>