Shades of Iris Blue #11B5DB
Tints of Iris Blue #11B5DB
RGB
CMYK
RGB Variations
Color information
#11B5DB (or 0x11B5DB) is known color: Iris Blue. HEX triplet: 11, B5 and DB. RGB value is (17,181,219). Sum of RGB (Red+Green+Blue) = 17+181+219=417 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.08% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #11B5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B5DB is #EE4A24. Grayscale: #878787. Windows color (decimal): -15616549 or 14398737. OLE color: 14398737.
HSL color Cylindrical-coordinate representation of color #11B5DB: hue angle of 191.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11B5DB is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 181 | 219 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.14 |
| HSL | 191.29º | 0.86% | 0.46% | - |
| HSV(B) | 191.29º | 0.92% | 0.86% | - |
| XYZ | 29.54 | 38.28 | 72.85 | - |
| YUV | 136.3 | 174.67 | 42.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 181 | 219 | 0.92 | 0.17 | 0 | 0.14 | 191.29 | 0.86 | 0.46 |
| Hex | 11 | B5 | DB | 5C | 11 | 0 | E | BF | 56 | 2E |
| Octal | 21 | 265 | 333 | 134 | 21 | 0 | 16 | 277 | 126 | 56 |
| Binary | 10001 | 10110101 | 11011011 | 1011100 | 10001 | 0 | 1110 | 10111111 | 1010110 | 101110 |
Color Harmonies of #11B5DB
Complementary color
Monochromatic Colors of #11B5DB
Black with #11B5DB
Text Example
Text Example
White with #11B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B5DB; }
p { color: rgb(17,181,219); }
H1.HeaderClassName
{
color: #11B5DB;
}
.AnyTagClassName
{
color: #11B5DB;
}
</style>
background-color css
<style>
a { background-color: #11B5DB; }
a { background-color: rgb(17,181,219); }
div.DivClassName
{
background-color: #11B5DB;
}
.BgClassName
{
background-color: #11B5DB;
}
</style>
border-color css
<style>
span { border-color: #11B5DB; }
span { border-color: rgb(17,181,219); }
td.TdClassName
{
border-color: #11B5DB;
}
.TagClassName
{
border-color: #11B5DB;
}
</style>