Shades of Iris Blue #11AFBC
Tints of Iris Blue #11AFBC
RGB
CMYK
RGB Variations
Color information
#11AFBC (or 0x11AFBC) is known color: Iris Blue. HEX triplet: 11, AF and BC. RGB value is (17,175,188). Sum of RGB (Red+Green+Blue) = 17+175+188=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #11AFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AFBC is #EE5043. Grayscale: #818181. Windows color (decimal): -15618116 or 12365585. OLE color: 12365585.
HSL color Cylindrical-coordinate representation of color #11AFBC: hue angle of 184.56º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11AFBC is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 175 | 188 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.26 |
| HSL | 184.56º | 0.83% | 0.4% | - |
| HSV(B) | 184.56º | 0.91% | 0.74% | - |
| XYZ | 24.64 | 34.41 | 52.92 | - |
| YUV | 129.24 | 161.15 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 188 | 0.91 | 0.07 | 0 | 0.26 | 184.56 | 0.83 | 0.4 |
| Hex | 11 | AF | BC | 5B | 7 | 0 | 1A | B9 | 53 | 28 |
| Octal | 21 | 257 | 274 | 133 | 7 | 0 | 32 | 271 | 123 | 50 |
| Binary | 10001 | 10101111 | 10111100 | 1011011 | 111 | 0 | 11010 | 10111001 | 1010011 | 101000 |
Color Harmonies of #11AFBC
Complementary color
Monochromatic Colors of #11AFBC
Black with #11AFBC
Text Example
Text Example
White with #11AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AFBC; }
p { color: rgb(17,175,188); }
H1.HeaderClassName
{
color: #11AFBC;
}
.AnyTagClassName
{
color: #11AFBC;
}
</style>
background-color css
<style>
a { background-color: #11AFBC; }
a { background-color: rgb(17,175,188); }
div.DivClassName
{
background-color: #11AFBC;
}
.BgClassName
{
background-color: #11AFBC;
}
</style>
border-color css
<style>
span { border-color: #11AFBC; }
span { border-color: rgb(17,175,188); }
td.TdClassName
{
border-color: #11AFBC;
}
.TagClassName
{
border-color: #11AFBC;
}
</style>