Shades of Iris Blue #11BDCE
Tints of Iris Blue #11BDCE
RGB
CMYK
RGB Variations
Color information
#11BDCE (or 0x11BDCE) is known color: Iris Blue. HEX triplet: 11, BD and CE. RGB value is (17,189,206). Sum of RGB (Red+Green+Blue) = 17+189+206=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #11BDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BDCE is #EE4231. Grayscale: #8B8B8B. Windows color (decimal): -15614514 or 13548817. OLE color: 13548817.
HSL color Cylindrical-coordinate representation of color #11BDCE: hue angle of 185.4º 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 #11BDCE is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 189 | 206 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.19 |
| HSL | 185.4º | 0.85% | 0.44% | - |
| HSV(B) | 185.4º | 0.92% | 0.81% | - |
| XYZ | 29.57 | 40.97 | 64.74 | - |
| YUV | 139.51 | 165.52 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 206 | 0.92 | 0.08 | 0 | 0.19 | 185.4 | 0.85 | 0.44 |
| Hex | 11 | BD | CE | 5C | 8 | 0 | 13 | B9 | 55 | 2C |
| Octal | 21 | 275 | 316 | 134 | 10 | 0 | 23 | 271 | 125 | 54 |
| Binary | 10001 | 10111101 | 11001110 | 1011100 | 1000 | 0 | 10011 | 10111001 | 1010101 | 101100 |
Color Harmonies of #11BDCE
Complementary color
Monochromatic Colors of #11BDCE
Black with #11BDCE
Text Example
Text Example
White with #11BDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDCE; }
p { color: rgb(17,189,206); }
H1.HeaderClassName
{
color: #11BDCE;
}
.AnyTagClassName
{
color: #11BDCE;
}
</style>
background-color css
<style>
a { background-color: #11BDCE; }
a { background-color: rgb(17,189,206); }
div.DivClassName
{
background-color: #11BDCE;
}
.BgClassName
{
background-color: #11BDCE;
}
</style>
border-color css
<style>
span { border-color: #11BDCE; }
span { border-color: rgb(17,189,206); }
td.TdClassName
{
border-color: #11BDCE;
}
.TagClassName
{
border-color: #11BDCE;
}
</style>