Shades of Iris Blue #11B0DA
Tints of Iris Blue #11B0DA
RGB
CMYK
RGB Variations
Color information
#11B0DA (or 0x11B0DA) is known color: Iris Blue. HEX triplet: 11, B0 and DA. RGB value is (17,176,218). Sum of RGB (Red+Green+Blue) = 17+176+218=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #11B0DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B0DA is #EE4F25. Grayscale: #848484. Windows color (decimal): -15617830 or 14331921. OLE color: 14331921.
HSL color Cylindrical-coordinate representation of color #11B0DA: hue angle of 192.54º 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 #11B0DA is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 176 | 218 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.15 |
| HSL | 192.54º | 0.86% | 0.46% | - |
| HSV(B) | 192.54º | 0.92% | 0.85% | - |
| XYZ | 28.41 | 36.23 | 71.83 | - |
| YUV | 133.25 | 175.82 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 176 | 218 | 0.92 | 0.19 | 0 | 0.15 | 192.54 | 0.86 | 0.46 |
| Hex | 11 | B0 | DA | 5C | 13 | 0 | F | C1 | 56 | 2E |
| Octal | 21 | 260 | 332 | 134 | 23 | 0 | 17 | 301 | 126 | 56 |
| Binary | 10001 | 10110000 | 11011010 | 1011100 | 10011 | 0 | 1111 | 11000001 | 1010110 | 101110 |
Color Harmonies of #11B0DA
Complementary color
Monochromatic Colors of #11B0DA
Black with #11B0DA
Text Example
Text Example
White with #11B0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B0DA; }
p { color: rgb(17,176,218); }
H1.HeaderClassName
{
color: #11B0DA;
}
.AnyTagClassName
{
color: #11B0DA;
}
</style>
background-color css
<style>
a { background-color: #11B0DA; }
a { background-color: rgb(17,176,218); }
div.DivClassName
{
background-color: #11B0DA;
}
.BgClassName
{
background-color: #11B0DA;
}
</style>
border-color css
<style>
span { border-color: #11B0DA; }
span { border-color: rgb(17,176,218); }
td.TdClassName
{
border-color: #11B0DA;
}
.TagClassName
{
border-color: #11B0DA;
}
</style>