Shades of Iris Blue #11AFC5
Tints of Iris Blue #11AFC5
RGB
CMYK
RGB Variations
Color information
#11AFC5 (or 0x11AFC5) is known color: Iris Blue. HEX triplet: 11, AF and C5. RGB value is (17,175,197). Sum of RGB (Red+Green+Blue) = 17+175+197=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #11AFC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AFC5 is #EE503A. Grayscale: #828282. Windows color (decimal): -15618107 or 12955409. OLE color: 12955409.
HSL color Cylindrical-coordinate representation of color #11AFC5: hue angle of 187.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11AFC5 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 175 | 197 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.23 |
| HSL | 187.33º | 0.84% | 0.42% | - |
| HSV(B) | 187.33º | 0.91% | 0.77% | - |
| XYZ | 25.64 | 34.81 | 58.19 | - |
| YUV | 130.27 | 165.65 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 197 | 0.91 | 0.11 | 0 | 0.23 | 187.33 | 0.84 | 0.42 |
| Hex | 11 | AF | C5 | 5B | B | 0 | 17 | BB | 54 | 2A |
| Octal | 21 | 257 | 305 | 133 | 13 | 0 | 27 | 273 | 124 | 52 |
| Binary | 10001 | 10101111 | 11000101 | 1011011 | 1011 | 0 | 10111 | 10111011 | 1010100 | 101010 |
Color Harmonies of #11AFC5
Complementary color
Monochromatic Colors of #11AFC5
Black with #11AFC5
Text Example
Text Example
White with #11AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AFC5; }
p { color: rgb(17,175,197); }
H1.HeaderClassName
{
color: #11AFC5;
}
.AnyTagClassName
{
color: #11AFC5;
}
</style>
background-color css
<style>
a { background-color: #11AFC5; }
a { background-color: rgb(17,175,197); }
div.DivClassName
{
background-color: #11AFC5;
}
.BgClassName
{
background-color: #11AFC5;
}
</style>
border-color css
<style>
span { border-color: #11AFC5; }
span { border-color: rgb(17,175,197); }
td.TdClassName
{
border-color: #11AFC5;
}
.TagClassName
{
border-color: #11AFC5;
}
</style>