Shades of Iris Blue #11BDC0
Tints of Iris Blue #11BDC0
RGB
CMYK
RGB Variations
Color information
#11BDC0 (or 0x11BDC0) is known color: Iris Blue. HEX triplet: 11, BD and C0. RGB value is (17,189,192). Sum of RGB (Red+Green+Blue) = 17+189+192=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #11BDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BDC0 is #EE423F. Grayscale: #898989. Windows color (decimal): -15614528 or 12631313. OLE color: 12631313.
HSL color Cylindrical-coordinate representation of color #11BDC0: hue angle of 181.03º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BDC0 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 189 | 192 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.25 |
| HSL | 181.03º | 0.84% | 0.41% | - |
| HSV(B) | 181.03º | 0.91% | 0.75% | - |
| XYZ | 27.94 | 40.32 | 56.18 | - |
| YUV | 137.91 | 158.52 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 192 | 0.91 | 0.02 | 0 | 0.25 | 181.03 | 0.84 | 0.41 |
| Hex | 11 | BD | C0 | 5B | 2 | 0 | 19 | B5 | 54 | 29 |
| Octal | 21 | 275 | 300 | 133 | 2 | 0 | 31 | 265 | 124 | 51 |
| Binary | 10001 | 10111101 | 11000000 | 1011011 | 10 | 0 | 11001 | 10110101 | 1010100 | 101001 |
Color Harmonies of #11BDC0
Complementary color
Monochromatic Colors of #11BDC0
Black with #11BDC0
Text Example
Text Example
White with #11BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDC0; }
p { color: rgb(17,189,192); }
H1.HeaderClassName
{
color: #11BDC0;
}
.AnyTagClassName
{
color: #11BDC0;
}
</style>
background-color css
<style>
a { background-color: #11BDC0; }
a { background-color: rgb(17,189,192); }
div.DivClassName
{
background-color: #11BDC0;
}
.BgClassName
{
background-color: #11BDC0;
}
</style>
border-color css
<style>
span { border-color: #11BDC0; }
span { border-color: rgb(17,189,192); }
td.TdClassName
{
border-color: #11BDC0;
}
.TagClassName
{
border-color: #11BDC0;
}
</style>