Shades of Iris Blue #11AEBF
Tints of Iris Blue #11AEBF
RGB
CMYK
RGB Variations
Color information
#11AEBF (or 0x11AEBF) is known color: Iris Blue. HEX triplet: 11, AE and BF. RGB value is (17,174,191). Sum of RGB (Red+Green+Blue) = 17+174+191=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #11AEBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AEBF is #EE5140. Grayscale: #808080. Windows color (decimal): -15618369 or 12561937. OLE color: 12561937.
HSL color Cylindrical-coordinate representation of color #11AEBF: hue angle of 185.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11AEBF is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 174 | 191 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.25 |
| HSL | 185.86º | 0.84% | 0.41% | - |
| HSV(B) | 185.86º | 0.91% | 0.75% | - |
| XYZ | 24.77 | 34.15 | 54.58 | - |
| YUV | 129 | 162.99 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 191 | 0.91 | 0.09 | 0 | 0.25 | 185.86 | 0.84 | 0.41 |
| Hex | 11 | AE | BF | 5B | 9 | 0 | 19 | BA | 54 | 29 |
| Octal | 21 | 256 | 277 | 133 | 11 | 0 | 31 | 272 | 124 | 51 |
| Binary | 10001 | 10101110 | 10111111 | 1011011 | 1001 | 0 | 11001 | 10111010 | 1010100 | 101001 |
Color Harmonies of #11AEBF
Complementary color
Monochromatic Colors of #11AEBF
Black with #11AEBF
Text Example
Text Example
White with #11AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AEBF; }
p { color: rgb(17,174,191); }
H1.HeaderClassName
{
color: #11AEBF;
}
.AnyTagClassName
{
color: #11AEBF;
}
</style>
background-color css
<style>
a { background-color: #11AEBF; }
a { background-color: rgb(17,174,191); }
div.DivClassName
{
background-color: #11AEBF;
}
.BgClassName
{
background-color: #11AEBF;
}
</style>
border-color css
<style>
span { border-color: #11AEBF; }
span { border-color: rgb(17,174,191); }
td.TdClassName
{
border-color: #11AEBF;
}
.TagClassName
{
border-color: #11AEBF;
}
</style>