Shades of Iris Blue #11AFBE
Tints of Iris Blue #11AFBE
RGB
CMYK
RGB Variations
Color information
#11AFBE (or 0x11AFBE) is known color: Iris Blue. HEX triplet: 11, AF and BE. RGB value is (17,175,190). Sum of RGB (Red+Green+Blue) = 17+175+190=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #11AFBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AFBE is #EE5041. Grayscale: #818181. Windows color (decimal): -15618114 or 12496657. OLE color: 12496657.
HSL color Cylindrical-coordinate representation of color #11AFBE: hue angle of 185.2º 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 #11AFBE is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 175 | 190 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.25 |
| HSL | 185.2º | 0.84% | 0.41% | - |
| HSV(B) | 185.2º | 0.91% | 0.75% | - |
| XYZ | 24.86 | 34.5 | 54.06 | - |
| YUV | 129.47 | 162.15 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 190 | 0.91 | 0.08 | 0 | 0.25 | 185.2 | 0.84 | 0.41 |
| Hex | 11 | AF | BE | 5B | 8 | 0 | 19 | B9 | 54 | 29 |
| Octal | 21 | 257 | 276 | 133 | 10 | 0 | 31 | 271 | 124 | 51 |
| Binary | 10001 | 10101111 | 10111110 | 1011011 | 1000 | 0 | 11001 | 10111001 | 1010100 | 101001 |
Color Harmonies of #11AFBE
Complementary color
Monochromatic Colors of #11AFBE
Black with #11AFBE
Text Example
Text Example
White with #11AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AFBE; }
p { color: rgb(17,175,190); }
H1.HeaderClassName
{
color: #11AFBE;
}
.AnyTagClassName
{
color: #11AFBE;
}
</style>
background-color css
<style>
a { background-color: #11AFBE; }
a { background-color: rgb(17,175,190); }
div.DivClassName
{
background-color: #11AFBE;
}
.BgClassName
{
background-color: #11AFBE;
}
</style>
border-color css
<style>
span { border-color: #11AFBE; }
span { border-color: rgb(17,175,190); }
td.TdClassName
{
border-color: #11AFBE;
}
.TagClassName
{
border-color: #11AFBE;
}
</style>