Shades of Iris Blue #11AFC1
Tints of Iris Blue #11AFC1
RGB
CMYK
RGB Variations
Color information
#11AFC1 (or 0x11AFC1) is known color: Iris Blue. HEX triplet: 11, AF and C1. RGB value is (17,175,193). Sum of RGB (Red+Green+Blue) = 17+175+193=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #11AFC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AFC1 is #EE503E. Grayscale: #818181. Windows color (decimal): -15618111 or 12693265. OLE color: 12693265.
HSL color Cylindrical-coordinate representation of color #11AFC1: hue angle of 186.14º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11AFC1 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 175 | 193 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.24 |
| HSL | 186.14º | 0.84% | 0.41% | - |
| HSV(B) | 186.14º | 0.91% | 0.76% | - |
| XYZ | 25.19 | 34.63 | 55.81 | - |
| YUV | 129.81 | 163.65 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 193 | 0.91 | 0.09 | 0 | 0.24 | 186.14 | 0.84 | 0.41 |
| Hex | 11 | AF | C1 | 5B | 9 | 0 | 18 | BA | 54 | 29 |
| Octal | 21 | 257 | 301 | 133 | 11 | 0 | 30 | 272 | 124 | 51 |
| Binary | 10001 | 10101111 | 11000001 | 1011011 | 1001 | 0 | 11000 | 10111010 | 1010100 | 101001 |
Color Harmonies of #11AFC1
Complementary color
Monochromatic Colors of #11AFC1
Black with #11AFC1
Text Example
Text Example
White with #11AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AFC1; }
p { color: rgb(17,175,193); }
H1.HeaderClassName
{
color: #11AFC1;
}
.AnyTagClassName
{
color: #11AFC1;
}
</style>
background-color css
<style>
a { background-color: #11AFC1; }
a { background-color: rgb(17,175,193); }
div.DivClassName
{
background-color: #11AFC1;
}
.BgClassName
{
background-color: #11AFC1;
}
</style>
border-color css
<style>
span { border-color: #11AFC1; }
span { border-color: rgb(17,175,193); }
td.TdClassName
{
border-color: #11AFC1;
}
.TagClassName
{
border-color: #11AFC1;
}
</style>