Shades of Iris Blue #11BDC1
Tints of Iris Blue #11BDC1
RGB
CMYK
RGB Variations
Color information
#11BDC1 (or 0x11BDC1) is known color: Iris Blue. HEX triplet: 11, BD and C1. RGB value is (17,189,193). Sum of RGB (Red+Green+Blue) = 17+189+193=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #11BDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BDC1 is #EE423E. Grayscale: #898989. Windows color (decimal): -15614527 or 12696849. OLE color: 12696849.
HSL color Cylindrical-coordinate representation of color #11BDC1: hue angle of 181.36º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BDC1 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 189 | 193 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.24 |
| HSL | 181.36º | 0.84% | 0.41% | - |
| HSV(B) | 181.36º | 0.91% | 0.76% | - |
| XYZ | 28.05 | 40.36 | 56.76 | - |
| YUV | 138.03 | 159.02 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 193 | 0.91 | 0.02 | 0 | 0.24 | 181.36 | 0.84 | 0.41 |
| Hex | 11 | BD | C1 | 5B | 2 | 0 | 18 | B5 | 54 | 29 |
| Octal | 21 | 275 | 301 | 133 | 2 | 0 | 30 | 265 | 124 | 51 |
| Binary | 10001 | 10111101 | 11000001 | 1011011 | 10 | 0 | 11000 | 10110101 | 1010100 | 101001 |
Color Harmonies of #11BDC1
Complementary color
Monochromatic Colors of #11BDC1
Black with #11BDC1
Text Example
Text Example
White with #11BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDC1; }
p { color: rgb(17,189,193); }
H1.HeaderClassName
{
color: #11BDC1;
}
.AnyTagClassName
{
color: #11BDC1;
}
</style>
background-color css
<style>
a { background-color: #11BDC1; }
a { background-color: rgb(17,189,193); }
div.DivClassName
{
background-color: #11BDC1;
}
.BgClassName
{
background-color: #11BDC1;
}
</style>
border-color css
<style>
span { border-color: #11BDC1; }
span { border-color: rgb(17,189,193); }
td.TdClassName
{
border-color: #11BDC1;
}
.TagClassName
{
border-color: #11BDC1;
}
</style>