Shades of Iris Blue #11BECE
Tints of Iris Blue #11BECE
RGB
CMYK
RGB Variations
Color information
#11BECE (or 0x11BECE) is known color: Iris Blue. HEX triplet: 11, BE and CE. RGB value is (17,190,206). Sum of RGB (Red+Green+Blue) = 17+190+206=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #11BECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BECE is #EE4131. Grayscale: #8B8B8B. Windows color (decimal): -15614258 or 13549073. OLE color: 13549073.
HSL color Cylindrical-coordinate representation of color #11BECE: hue angle of 185.08º 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 #11BECE is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 190 | 206 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.19 |
| HSL | 185.08º | 0.85% | 0.44% | - |
| HSV(B) | 185.08º | 0.92% | 0.81% | - |
| XYZ | 29.79 | 41.4 | 64.81 | - |
| YUV | 140.1 | 165.19 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 190 | 206 | 0.92 | 0.08 | 0 | 0.19 | 185.08 | 0.85 | 0.44 |
| Hex | 11 | BE | CE | 5C | 8 | 0 | 13 | B9 | 55 | 2C |
| Octal | 21 | 276 | 316 | 134 | 10 | 0 | 23 | 271 | 125 | 54 |
| Binary | 10001 | 10111110 | 11001110 | 1011100 | 1000 | 0 | 10011 | 10111001 | 1010101 | 101100 |
Color Harmonies of #11BECE
Complementary color
Monochromatic Colors of #11BECE
Black with #11BECE
Text Example
Text Example
White with #11BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BECE; }
p { color: rgb(17,190,206); }
H1.HeaderClassName
{
color: #11BECE;
}
.AnyTagClassName
{
color: #11BECE;
}
</style>
background-color css
<style>
a { background-color: #11BECE; }
a { background-color: rgb(17,190,206); }
div.DivClassName
{
background-color: #11BECE;
}
.BgClassName
{
background-color: #11BECE;
}
</style>
border-color css
<style>
span { border-color: #11BECE; }
span { border-color: rgb(17,190,206); }
td.TdClassName
{
border-color: #11BECE;
}
.TagClassName
{
border-color: #11BECE;
}
</style>