Shades of Iris Blue #11B7CE
Tints of Iris Blue #11B7CE
RGB
CMYK
RGB Variations
Color information
#11B7CE (or 0x11B7CE) is known color: Iris Blue. HEX triplet: 11, B7 and CE. RGB value is (17,183,206). Sum of RGB (Red+Green+Blue) = 17+183+206=406 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.19% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #11B7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B7CE is #EE4831. Grayscale: #878787. Windows color (decimal): -15616050 or 13547281. OLE color: 13547281.
HSL color Cylindrical-coordinate representation of color #11B7CE: hue angle of 187.3º 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 #11B7CE is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 183 | 206 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.19 |
| HSL | 187.3º | 0.85% | 0.44% | - |
| HSV(B) | 187.3º | 0.92% | 0.81% | - |
| XYZ | 28.31 | 38.44 | 64.32 | - |
| YUV | 135.99 | 167.5 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 183 | 206 | 0.92 | 0.11 | 0 | 0.19 | 187.3 | 0.85 | 0.44 |
| Hex | 11 | B7 | CE | 5C | B | 0 | 13 | BB | 55 | 2C |
| Octal | 21 | 267 | 316 | 134 | 13 | 0 | 23 | 273 | 125 | 54 |
| Binary | 10001 | 10110111 | 11001110 | 1011100 | 1011 | 0 | 10011 | 10111011 | 1010101 | 101100 |
Color Harmonies of #11B7CE
Complementary color
Monochromatic Colors of #11B7CE
Black with #11B7CE
Text Example
Text Example
White with #11B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B7CE; }
p { color: rgb(17,183,206); }
H1.HeaderClassName
{
color: #11B7CE;
}
.AnyTagClassName
{
color: #11B7CE;
}
</style>
background-color css
<style>
a { background-color: #11B7CE; }
a { background-color: rgb(17,183,206); }
div.DivClassName
{
background-color: #11B7CE;
}
.BgClassName
{
background-color: #11B7CE;
}
</style>
border-color css
<style>
span { border-color: #11B7CE; }
span { border-color: rgb(17,183,206); }
td.TdClassName
{
border-color: #11B7CE;
}
.TagClassName
{
border-color: #11B7CE;
}
</style>