Shades of Iris Blue #11B8CE
Tints of Iris Blue #11B8CE
RGB
CMYK
RGB Variations
Color information
#11B8CE (or 0x11B8CE) is known color: Iris Blue. HEX triplet: 11, B8 and CE. RGB value is (17,184,206). Sum of RGB (Red+Green+Blue) = 17+184+206=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #11B8CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B8CE is #EE4731. Grayscale: #888888. Windows color (decimal): -15615794 or 13547537. OLE color: 13547537.
HSL color Cylindrical-coordinate representation of color #11B8CE: hue angle of 186.98º 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 #11B8CE is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 184 | 206 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.19 |
| HSL | 186.98º | 0.85% | 0.44% | - |
| HSV(B) | 186.98º | 0.92% | 0.81% | - |
| XYZ | 28.51 | 38.86 | 64.39 | - |
| YUV | 136.58 | 167.17 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 184 | 206 | 0.92 | 0.11 | 0 | 0.19 | 186.98 | 0.85 | 0.44 |
| Hex | 11 | B8 | CE | 5C | B | 0 | 13 | BB | 55 | 2C |
| Octal | 21 | 270 | 316 | 134 | 13 | 0 | 23 | 273 | 125 | 54 |
| Binary | 10001 | 10111000 | 11001110 | 1011100 | 1011 | 0 | 10011 | 10111011 | 1010101 | 101100 |
Color Harmonies of #11B8CE
Complementary color
Monochromatic Colors of #11B8CE
Black with #11B8CE
Text Example
Text Example
White with #11B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B8CE; }
p { color: rgb(17,184,206); }
H1.HeaderClassName
{
color: #11B8CE;
}
.AnyTagClassName
{
color: #11B8CE;
}
</style>
background-color css
<style>
a { background-color: #11B8CE; }
a { background-color: rgb(17,184,206); }
div.DivClassName
{
background-color: #11B8CE;
}
.BgClassName
{
background-color: #11B8CE;
}
</style>
border-color css
<style>
span { border-color: #11B8CE; }
span { border-color: rgb(17,184,206); }
td.TdClassName
{
border-color: #11B8CE;
}
.TagClassName
{
border-color: #11B8CE;
}
</style>