Shades of Iris Blue #11BBCE
Tints of Iris Blue #11BBCE
RGB
CMYK
RGB Variations
Color information
#11BBCE (or 0x11BBCE) is known color: Iris Blue. HEX triplet: 11, BB and CE. RGB value is (17,187,206). Sum of RGB (Red+Green+Blue) = 17+187+206=410 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.15% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #11BBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BBCE is #EE4431. Grayscale: #8A8A8A. Windows color (decimal): -15615026 or 13548305. OLE color: 13548305.
HSL color Cylindrical-coordinate representation of color #11BBCE: hue angle of 186.03º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BBCE is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 187 | 206 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.19 |
| HSL | 186.03º | 0.85% | 0.44% | - |
| HSV(B) | 186.03º | 0.92% | 0.81% | - |
| XYZ | 29.14 | 40.12 | 64.6 | - |
| YUV | 138.34 | 166.18 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 206 | 0.92 | 0.09 | 0 | 0.19 | 186.03 | 0.85 | 0.44 |
| Hex | 11 | BB | CE | 5C | 9 | 0 | 13 | BA | 55 | 2C |
| Octal | 21 | 273 | 316 | 134 | 11 | 0 | 23 | 272 | 125 | 54 |
| Binary | 10001 | 10111011 | 11001110 | 1011100 | 1001 | 0 | 10011 | 10111010 | 1010101 | 101100 |
Color Harmonies of #11BBCE
Complementary color
Monochromatic Colors of #11BBCE
Black with #11BBCE
Text Example
Text Example
White with #11BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBCE; }
p { color: rgb(17,187,206); }
H1.HeaderClassName
{
color: #11BBCE;
}
.AnyTagClassName
{
color: #11BBCE;
}
</style>
background-color css
<style>
a { background-color: #11BBCE; }
a { background-color: rgb(17,187,206); }
div.DivClassName
{
background-color: #11BBCE;
}
.BgClassName
{
background-color: #11BBCE;
}
</style>
border-color css
<style>
span { border-color: #11BBCE; }
span { border-color: rgb(17,187,206); }
td.TdClassName
{
border-color: #11BBCE;
}
.TagClassName
{
border-color: #11BBCE;
}
</style>