Shades of Iris Blue #11BDC6
Tints of Iris Blue #11BDC6
RGB
CMYK
RGB Variations
Color information
#11BDC6 (or 0x11BDC6) is known color: Iris Blue. HEX triplet: 11, BD and C6. RGB value is (17,189,198). Sum of RGB (Red+Green+Blue) = 17+189+198=404 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.21% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #11BDC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BDC6 is #EE4239. Grayscale: #8A8A8A. Windows color (decimal): -15614522 or 13024529. OLE color: 13024529.
HSL color Cylindrical-coordinate representation of color #11BDC6: hue angle of 182.98º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BDC6 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 189 | 198 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.22 |
| HSL | 182.98º | 0.84% | 0.42% | - |
| HSV(B) | 182.98º | 0.91% | 0.78% | - |
| XYZ | 28.62 | 40.59 | 59.75 | - |
| YUV | 138.6 | 161.52 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 198 | 0.91 | 0.05 | 0 | 0.22 | 182.98 | 0.84 | 0.42 |
| Hex | 11 | BD | C6 | 5B | 5 | 0 | 16 | B7 | 54 | 2A |
| Octal | 21 | 275 | 306 | 133 | 5 | 0 | 26 | 267 | 124 | 52 |
| Binary | 10001 | 10111101 | 11000110 | 1011011 | 101 | 0 | 10110 | 10110111 | 1010100 | 101010 |
Color Harmonies of #11BDC6
Complementary color
Monochromatic Colors of #11BDC6
Black with #11BDC6
Text Example
Text Example
White with #11BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDC6; }
p { color: rgb(17,189,198); }
H1.HeaderClassName
{
color: #11BDC6;
}
.AnyTagClassName
{
color: #11BDC6;
}
</style>
background-color css
<style>
a { background-color: #11BDC6; }
a { background-color: rgb(17,189,198); }
div.DivClassName
{
background-color: #11BDC6;
}
.BgClassName
{
background-color: #11BDC6;
}
</style>
border-color css
<style>
span { border-color: #11BDC6; }
span { border-color: rgb(17,189,198); }
td.TdClassName
{
border-color: #11BDC6;
}
.TagClassName
{
border-color: #11BDC6;
}
</style>