Shades of Iris Blue #11BADF
Tints of Iris Blue #11BADF
RGB
CMYK
RGB Variations
Color information
#11BADF (or 0x11BADF) is known color: Iris Blue. HEX triplet: 11, BA and DF. RGB value is (17,186,223). Sum of RGB (Red+Green+Blue) = 17+186+223=426 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.99% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #11BADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BADF is #EE4520. Grayscale: #8B8B8B. Windows color (decimal): -15615265 or 14662161. OLE color: 14662161.
HSL color Cylindrical-coordinate representation of color #11BADF: hue angle of 190.78º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BADF is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 186 | 223 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.13 |
| HSL | 190.78º | 0.86% | 0.47% | - |
| HSV(B) | 190.78º | 0.92% | 0.87% | - |
| XYZ | 31.11 | 40.56 | 76 | - |
| YUV | 139.69 | 175.01 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 223 | 0.92 | 0.17 | 0 | 0.13 | 190.78 | 0.86 | 0.47 |
| Hex | 11 | BA | DF | 5C | 11 | 0 | D | BF | 56 | 2F |
| Octal | 21 | 272 | 337 | 134 | 21 | 0 | 15 | 277 | 126 | 57 |
| Binary | 10001 | 10111010 | 11011111 | 1011100 | 10001 | 0 | 1101 | 10111111 | 1010110 | 101111 |
Color Harmonies of #11BADF
Complementary color
Monochromatic Colors of #11BADF
Black with #11BADF
Text Example
Text Example
White with #11BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BADF; }
p { color: rgb(17,186,223); }
H1.HeaderClassName
{
color: #11BADF;
}
.AnyTagClassName
{
color: #11BADF;
}
</style>
background-color css
<style>
a { background-color: #11BADF; }
a { background-color: rgb(17,186,223); }
div.DivClassName
{
background-color: #11BADF;
}
.BgClassName
{
background-color: #11BADF;
}
</style>
border-color css
<style>
span { border-color: #11BADF; }
span { border-color: rgb(17,186,223); }
td.TdClassName
{
border-color: #11BADF;
}
.TagClassName
{
border-color: #11BADF;
}
</style>