Shades of Iris Blue #11BBDA
Tints of Iris Blue #11BBDA
RGB
CMYK
RGB Variations
Color information
#11BBDA (or 0x11BBDA) is known color: Iris Blue. HEX triplet: 11, BB and DA. RGB value is (17,187,218). Sum of RGB (Red+Green+Blue) = 17+187+218=422 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.03% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #11BBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BBDA is #EE4425. Grayscale: #8B8B8B. Windows color (decimal): -15615014 or 14334737. OLE color: 14334737.
HSL color Cylindrical-coordinate representation of color #11BBDA: hue angle of 189.25º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BBDA is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 187 | 218 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.15 |
| HSL | 189.25º | 0.86% | 0.46% | - |
| HSV(B) | 189.25º | 0.92% | 0.85% | - |
| XYZ | 30.66 | 40.72 | 72.57 | - |
| YUV | 139.7 | 172.18 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 218 | 0.92 | 0.14 | 0 | 0.15 | 189.25 | 0.86 | 0.46 |
| Hex | 11 | BB | DA | 5C | E | 0 | F | BD | 56 | 2E |
| Octal | 21 | 273 | 332 | 134 | 16 | 0 | 17 | 275 | 126 | 56 |
| Binary | 10001 | 10111011 | 11011010 | 1011100 | 1110 | 0 | 1111 | 10111101 | 1010110 | 101110 |
Color Harmonies of #11BBDA
Complementary color
Monochromatic Colors of #11BBDA
Black with #11BBDA
Text Example
Text Example
White with #11BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBDA; }
p { color: rgb(17,187,218); }
H1.HeaderClassName
{
color: #11BBDA;
}
.AnyTagClassName
{
color: #11BBDA;
}
</style>
background-color css
<style>
a { background-color: #11BBDA; }
a { background-color: rgb(17,187,218); }
div.DivClassName
{
background-color: #11BBDA;
}
.BgClassName
{
background-color: #11BBDA;
}
</style>
border-color css
<style>
span { border-color: #11BBDA; }
span { border-color: rgb(17,187,218); }
td.TdClassName
{
border-color: #11BBDA;
}
.TagClassName
{
border-color: #11BBDA;
}
</style>