Shades of Iris Blue #11AFC7
Tints of Iris Blue #11AFC7
RGB
CMYK
RGB Variations
Color information
#11AFC7 (or 0x11AFC7) is known color: Iris Blue. HEX triplet: 11, AF and C7. RGB value is (17,175,199). Sum of RGB (Red+Green+Blue) = 17+175+199=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #11AFC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AFC7 is #EE5038. Grayscale: #828282. Windows color (decimal): -15618105 or 13086481. OLE color: 13086481.
HSL color Cylindrical-coordinate representation of color #11AFC7: hue angle of 187.91º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11AFC7 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 175 | 199 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.22 |
| HSL | 187.91º | 0.84% | 0.42% | - |
| HSV(B) | 187.91º | 0.91% | 0.78% | - |
| XYZ | 25.87 | 34.9 | 59.41 | - |
| YUV | 130.49 | 166.65 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 199 | 0.91 | 0.12 | 0 | 0.22 | 187.91 | 0.84 | 0.42 |
| Hex | 11 | AF | C7 | 5B | C | 0 | 16 | BC | 54 | 2A |
| Octal | 21 | 257 | 307 | 133 | 14 | 0 | 26 | 274 | 124 | 52 |
| Binary | 10001 | 10101111 | 11000111 | 1011011 | 1100 | 0 | 10110 | 10111100 | 1010100 | 101010 |
Color Harmonies of #11AFC7
Complementary color
Monochromatic Colors of #11AFC7
Black with #11AFC7
Text Example
Text Example
White with #11AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AFC7; }
p { color: rgb(17,175,199); }
H1.HeaderClassName
{
color: #11AFC7;
}
.AnyTagClassName
{
color: #11AFC7;
}
</style>
background-color css
<style>
a { background-color: #11AFC7; }
a { background-color: rgb(17,175,199); }
div.DivClassName
{
background-color: #11AFC7;
}
.BgClassName
{
background-color: #11AFC7;
}
</style>
border-color css
<style>
span { border-color: #11AFC7; }
span { border-color: rgb(17,175,199); }
td.TdClassName
{
border-color: #11AFC7;
}
.TagClassName
{
border-color: #11AFC7;
}
</style>