Shades of Iris Blue #11B2E2
Tints of Iris Blue #11B2E2
RGB
CMYK
RGB Variations
Color information
#11B2E2 (or 0x11B2E2) is known color: Iris Blue. HEX triplet: 11, B2 and E2. RGB value is (17,178,226). Sum of RGB (Red+Green+Blue) = 17+178+226=421 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.04% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 226 (88.67% from 255 or 53.68% from 421); Max value from RGB is 226 - color contains mainly: blue. Hex color #11B2E2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B2E2 is #EE4D1D. Grayscale: #868686. Windows color (decimal): -15617310 or 14856721. OLE color: 14856721.
HSL color Cylindrical-coordinate representation of color #11B2E2: hue angle of 193.78º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11B2E2 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 178 | 226 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.11 |
| HSL | 193.78º | 0.86% | 0.48% | - |
| HSV(B) | 193.78º | 0.92% | 0.89% | - |
| XYZ | 29.88 | 37.45 | 77.61 | - |
| YUV | 135.33 | 179.16 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 178 | 226 | 0.92 | 0.21 | 0 | 0.11 | 193.78 | 0.86 | 0.48 |
| Hex | 11 | B2 | E2 | 5C | 15 | 0 | B | C2 | 56 | 30 |
| Octal | 21 | 262 | 342 | 134 | 25 | 0 | 13 | 302 | 126 | 60 |
| Binary | 10001 | 10110010 | 11100010 | 1011100 | 10101 | 0 | 1011 | 11000010 | 1010110 | 110000 |
Color Harmonies of #11B2E2
Complementary color
Monochromatic Colors of #11B2E2
Black with #11B2E2
Text Example
Text Example
White with #11B2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B2E2; }
p { color: rgb(17,178,226); }
H1.HeaderClassName
{
color: #11B2E2;
}
.AnyTagClassName
{
color: #11B2E2;
}
</style>
background-color css
<style>
a { background-color: #11B2E2; }
a { background-color: rgb(17,178,226); }
div.DivClassName
{
background-color: #11B2E2;
}
.BgClassName
{
background-color: #11B2E2;
}
</style>
border-color css
<style>
span { border-color: #11B2E2; }
span { border-color: rgb(17,178,226); }
td.TdClassName
{
border-color: #11B2E2;
}
.TagClassName
{
border-color: #11B2E2;
}
</style>