Shades of Iris Blue #11AFC2
Tints of Iris Blue #11AFC2
RGB
CMYK
RGB Variations
Color information
#11AFC2 (or 0x11AFC2) is known color: Iris Blue. HEX triplet: 11, AF and C2. RGB value is (17,175,194). Sum of RGB (Red+Green+Blue) = 17+175+194=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #11AFC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AFC2 is #EE503D. Grayscale: #818181. Windows color (decimal): -15618110 or 12758801. OLE color: 12758801.
HSL color Cylindrical-coordinate representation of color #11AFC2: hue angle of 186.44º 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 #11AFC2 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 175 | 194 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.24 |
| HSL | 186.44º | 0.84% | 0.41% | - |
| HSV(B) | 186.44º | 0.91% | 0.76% | - |
| XYZ | 25.3 | 34.67 | 56.4 | - |
| YUV | 129.92 | 164.15 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 194 | 0.91 | 0.10 | 0 | 0.24 | 186.44 | 0.84 | 0.41 |
| Hex | 11 | AF | C2 | 5B | A | 0 | 18 | BA | 54 | 29 |
| Octal | 21 | 257 | 302 | 133 | 12 | 0 | 30 | 272 | 124 | 51 |
| Binary | 10001 | 10101111 | 11000010 | 1011011 | 1010 | 0 | 11000 | 10111010 | 1010100 | 101001 |
Color Harmonies of #11AFC2
Complementary color
Monochromatic Colors of #11AFC2
Black with #11AFC2
Text Example
Text Example
White with #11AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AFC2; }
p { color: rgb(17,175,194); }
H1.HeaderClassName
{
color: #11AFC2;
}
.AnyTagClassName
{
color: #11AFC2;
}
</style>
background-color css
<style>
a { background-color: #11AFC2; }
a { background-color: rgb(17,175,194); }
div.DivClassName
{
background-color: #11AFC2;
}
.BgClassName
{
background-color: #11AFC2;
}
</style>
border-color css
<style>
span { border-color: #11AFC2; }
span { border-color: rgb(17,175,194); }
td.TdClassName
{
border-color: #11AFC2;
}
.TagClassName
{
border-color: #11AFC2;
}
</style>