Shades of Iris Blue #11BDBD
Tints of Iris Blue #11BDBD
RGB
CMYK
RGB Variations
Color information
#11BDBD (or 0x11BDBD) is known color: Iris Blue. HEX triplet: 11, BD and BD. RGB value is (17,189,189). Sum of RGB (Red+Green+Blue) = 17+189+189=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #11BDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BDBD is #EE4242. Grayscale: #898989. Windows color (decimal): -15614531 or 12434705. OLE color: 12434705.
HSL color Cylindrical-coordinate representation of color #11BDBD: hue angle of 180º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BDBD is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 189 | - |
| CMYK | 0.91 | 0 | 0 | 0.26 |
| HSL | 180º | 0.83% | 0.4% | - |
| HSV(B) | 180º | 0.91% | 0.74% | - |
| XYZ | 27.61 | 40.19 | 54.45 | - |
| YUV | 137.57 | 157.02 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 189 | 0.91 | 0 | 0 | 0.26 | 180 | 0.83 | 0.4 |
| Hex | 11 | BD | BD | 5B | 0 | 0 | 1A | B4 | 53 | 28 |
| Octal | 21 | 275 | 275 | 133 | 0 | 0 | 32 | 264 | 123 | 50 |
| Binary | 10001 | 10111101 | 10111101 | 1011011 | 0 | 0 | 11010 | 10110100 | 1010011 | 101000 |
Color Harmonies of #11BDBD
Complementary color
Monochromatic Colors of #11BDBD
Black with #11BDBD
Text Example
Text Example
White with #11BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDBD; }
p { color: rgb(17,189,189); }
H1.HeaderClassName
{
color: #11BDBD;
}
.AnyTagClassName
{
color: #11BDBD;
}
</style>
background-color css
<style>
a { background-color: #11BDBD; }
a { background-color: rgb(17,189,189); }
div.DivClassName
{
background-color: #11BDBD;
}
.BgClassName
{
background-color: #11BDBD;
}
</style>
border-color css
<style>
span { border-color: #11BDBD; }
span { border-color: rgb(17,189,189); }
td.TdClassName
{
border-color: #11BDBD;
}
.TagClassName
{
border-color: #11BDBD;
}
</style>