Shades of Iris Blue #11B8BE
Tints of Iris Blue #11B8BE
RGB
CMYK
RGB Variations
Color information
#11B8BE (or 0x11B8BE) is known color: Iris Blue. HEX triplet: 11, B8 and BE. RGB value is (17,184,190). Sum of RGB (Red+Green+Blue) = 17+184+190=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #11B8BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B8BE is #EE4741. Grayscale: #868686. Windows color (decimal): -15615810 or 12498961. OLE color: 12498961.
HSL color Cylindrical-coordinate representation of color #11B8BE: hue angle of 182.08º 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 #11B8BE is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 184 | 190 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.25 |
| HSL | 182.08º | 0.84% | 0.41% | - |
| HSV(B) | 182.08º | 0.91% | 0.75% | - |
| XYZ | 26.67 | 38.12 | 54.67 | - |
| YUV | 134.75 | 159.17 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 184 | 190 | 0.91 | 0.03 | 0 | 0.25 | 182.08 | 0.84 | 0.41 |
| Hex | 11 | B8 | BE | 5B | 3 | 0 | 19 | B6 | 54 | 29 |
| Octal | 21 | 270 | 276 | 133 | 3 | 0 | 31 | 266 | 124 | 51 |
| Binary | 10001 | 10111000 | 10111110 | 1011011 | 11 | 0 | 11001 | 10110110 | 1010100 | 101001 |
Color Harmonies of #11B8BE
Complementary color
Monochromatic Colors of #11B8BE
Black with #11B8BE
Text Example
Text Example
White with #11B8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B8BE; }
p { color: rgb(17,184,190); }
H1.HeaderClassName
{
color: #11B8BE;
}
.AnyTagClassName
{
color: #11B8BE;
}
</style>
background-color css
<style>
a { background-color: #11B8BE; }
a { background-color: rgb(17,184,190); }
div.DivClassName
{
background-color: #11B8BE;
}
.BgClassName
{
background-color: #11B8BE;
}
</style>
border-color css
<style>
span { border-color: #11B8BE; }
span { border-color: rgb(17,184,190); }
td.TdClassName
{
border-color: #11B8BE;
}
.TagClassName
{
border-color: #11B8BE;
}
</style>