Shades of Iris Blue #11AEBA
Tints of Iris Blue #11AEBA
RGB
CMYK
RGB Variations
Color information
#11AEBA (or 0x11AEBA) is known color: Iris Blue. HEX triplet: 11, AE and BA. RGB value is (17,174,186). Sum of RGB (Red+Green+Blue) = 17+174+186=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #11AEBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AEBA is #EE5145. Grayscale: #808080. Windows color (decimal): -15618374 or 12234257. OLE color: 12234257.
HSL color Cylindrical-coordinate representation of color #11AEBA: hue angle of 184.26º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11AEBA is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 174 | 186 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.27 |
| HSL | 184.26º | 0.83% | 0.4% | - |
| HSV(B) | 184.26º | 0.91% | 0.73% | - |
| XYZ | 24.23 | 33.94 | 51.73 | - |
| YUV | 128.43 | 160.49 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 186 | 0.91 | 0.06 | 0 | 0.27 | 184.26 | 0.83 | 0.4 |
| Hex | 11 | AE | BA | 5B | 6 | 0 | 1B | B8 | 53 | 28 |
| Octal | 21 | 256 | 272 | 133 | 6 | 0 | 33 | 270 | 123 | 50 |
| Binary | 10001 | 10101110 | 10111010 | 1011011 | 110 | 0 | 11011 | 10111000 | 1010011 | 101000 |
Color Harmonies of #11AEBA
Complementary color
Monochromatic Colors of #11AEBA
Black with #11AEBA
Text Example
Text Example
White with #11AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AEBA; }
p { color: rgb(17,174,186); }
H1.HeaderClassName
{
color: #11AEBA;
}
.AnyTagClassName
{
color: #11AEBA;
}
</style>
background-color css
<style>
a { background-color: #11AEBA; }
a { background-color: rgb(17,174,186); }
div.DivClassName
{
background-color: #11AEBA;
}
.BgClassName
{
background-color: #11AEBA;
}
</style>
border-color css
<style>
span { border-color: #11AEBA; }
span { border-color: rgb(17,174,186); }
td.TdClassName
{
border-color: #11AEBA;
}
.TagClassName
{
border-color: #11AEBA;
}
</style>