Shades of Iris Blue #11B3CE
Tints of Iris Blue #11B3CE
RGB
CMYK
RGB Variations
Color information
#11B3CE (or 0x11B3CE) is known color: Iris Blue. HEX triplet: 11, B3 and CE. RGB value is (17,179,206). Sum of RGB (Red+Green+Blue) = 17+179+206=402 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.23% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #11B3CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B3CE is #EE4C31. Grayscale: #858585. Windows color (decimal): -15617074 or 13546257. OLE color: 13546257.
HSL color Cylindrical-coordinate representation of color #11B3CE: hue angle of 188.57º 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 #11B3CE is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 179 | 206 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.19 |
| HSL | 188.57º | 0.85% | 0.44% | - |
| HSV(B) | 188.57º | 0.92% | 0.81% | - |
| XYZ | 27.49 | 36.82 | 64.05 | - |
| YUV | 133.64 | 168.83 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 179 | 206 | 0.92 | 0.13 | 0 | 0.19 | 188.57 | 0.85 | 0.44 |
| Hex | 11 | B3 | CE | 5C | D | 0 | 13 | BD | 55 | 2C |
| Octal | 21 | 263 | 316 | 134 | 15 | 0 | 23 | 275 | 125 | 54 |
| Binary | 10001 | 10110011 | 11001110 | 1011100 | 1101 | 0 | 10011 | 10111101 | 1010101 | 101100 |
Color Harmonies of #11B3CE
Complementary color
Monochromatic Colors of #11B3CE
Black with #11B3CE
Text Example
Text Example
White with #11B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B3CE; }
p { color: rgb(17,179,206); }
H1.HeaderClassName
{
color: #11B3CE;
}
.AnyTagClassName
{
color: #11B3CE;
}
</style>
background-color css
<style>
a { background-color: #11B3CE; }
a { background-color: rgb(17,179,206); }
div.DivClassName
{
background-color: #11B3CE;
}
.BgClassName
{
background-color: #11B3CE;
}
</style>
border-color css
<style>
span { border-color: #11B3CE; }
span { border-color: rgb(17,179,206); }
td.TdClassName
{
border-color: #11B3CE;
}
.TagClassName
{
border-color: #11B3CE;
}
</style>