Shades of Iris Blue #11BEBB
Tints of Iris Blue #11BEBB
RGB
CMYK
RGB Variations
Color information
#11BEBB (or 0x11BEBB) is known color: Iris Blue. HEX triplet: 11, BE and BB. RGB value is (17,190,187). Sum of RGB (Red+Green+Blue) = 17+190+187=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #11BEBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BEBB is #EE4144. Grayscale: #898989. Windows color (decimal): -15614277 or 12303889. OLE color: 12303889.
HSL color Cylindrical-coordinate representation of color #11BEBB: hue angle of 178.96º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BEBB is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 190 | 187 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.25 |
| HSL | 178.96º | 0.84% | 0.41% | - |
| HSV(B) | 178.96º | 0.91% | 0.75% | - |
| XYZ | 27.61 | 40.53 | 53.38 | - |
| YUV | 137.93 | 155.69 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 190 | 187 | 0.91 | 0 | 0.02 | 0.25 | 178.96 | 0.84 | 0.41 |
| Hex | 11 | BE | BB | 5B | 0 | 2 | 19 | B3 | 54 | 29 |
| Octal | 21 | 276 | 273 | 133 | 0 | 2 | 31 | 263 | 124 | 51 |
| Binary | 10001 | 10111110 | 10111011 | 1011011 | 0 | 10 | 11001 | 10110011 | 1010100 | 101001 |
Color Harmonies of #11BEBB
Complementary color
Monochromatic Colors of #11BEBB
Black with #11BEBB
Text Example
Text Example
White with #11BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BEBB; }
p { color: rgb(17,190,187); }
H1.HeaderClassName
{
color: #11BEBB;
}
.AnyTagClassName
{
color: #11BEBB;
}
</style>
background-color css
<style>
a { background-color: #11BEBB; }
a { background-color: rgb(17,190,187); }
div.DivClassName
{
background-color: #11BEBB;
}
.BgClassName
{
background-color: #11BEBB;
}
</style>
border-color css
<style>
span { border-color: #11BEBB; }
span { border-color: rgb(17,190,187); }
td.TdClassName
{
border-color: #11BEBB;
}
.TagClassName
{
border-color: #11BEBB;
}
</style>