Shades of Iris Blue #11BADA
Tints of Iris Blue #11BADA
RGB
CMYK
RGB Variations
Color information
#11BADA (or 0x11BADA) is known color: Iris Blue. HEX triplet: 11, BA and DA. RGB value is (17,186,218). Sum of RGB (Red+Green+Blue) = 17+186+218=421 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.04% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #11BADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BADA is #EE4525. Grayscale: #8A8A8A. Windows color (decimal): -15615270 or 14334481. OLE color: 14334481.
HSL color Cylindrical-coordinate representation of color #11BADA: hue angle of 189.55º 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 #11BADA is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 186 | 218 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.15 |
| HSL | 189.55º | 0.86% | 0.46% | - |
| HSV(B) | 189.55º | 0.92% | 0.85% | - |
| XYZ | 30.44 | 40.3 | 72.5 | - |
| YUV | 139.12 | 172.51 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 218 | 0.92 | 0.15 | 0 | 0.15 | 189.55 | 0.86 | 0.46 |
| Hex | 11 | BA | DA | 5C | F | 0 | F | BE | 56 | 2E |
| Octal | 21 | 272 | 332 | 134 | 17 | 0 | 17 | 276 | 126 | 56 |
| Binary | 10001 | 10111010 | 11011010 | 1011100 | 1111 | 0 | 1111 | 10111110 | 1010110 | 101110 |
Color Harmonies of #11BADA
Complementary color
Monochromatic Colors of #11BADA
Black with #11BADA
Text Example
Text Example
White with #11BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BADA; }
p { color: rgb(17,186,218); }
H1.HeaderClassName
{
color: #11BADA;
}
.AnyTagClassName
{
color: #11BADA;
}
</style>
background-color css
<style>
a { background-color: #11BADA; }
a { background-color: rgb(17,186,218); }
div.DivClassName
{
background-color: #11BADA;
}
.BgClassName
{
background-color: #11BADA;
}
</style>
border-color css
<style>
span { border-color: #11BADA; }
span { border-color: rgb(17,186,218); }
td.TdClassName
{
border-color: #11BADA;
}
.TagClassName
{
border-color: #11BADA;
}
</style>