Shades of Iris Blue #11AFBD
Tints of Iris Blue #11AFBD
RGB
CMYK
RGB Variations
Color information
#11AFBD (or 0x11AFBD) is known color: Iris Blue. HEX triplet: 11, AF and BD. RGB value is (17,175,189). Sum of RGB (Red+Green+Blue) = 17+175+189=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #11AFBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AFBD is #EE5042. Grayscale: #818181. Windows color (decimal): -15618115 or 12431121. OLE color: 12431121.
HSL color Cylindrical-coordinate representation of color #11AFBD: hue angle of 184.88º 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 #11AFBD is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 175 | 189 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.26 |
| HSL | 184.88º | 0.83% | 0.4% | - |
| HSV(B) | 184.88º | 0.91% | 0.74% | - |
| XYZ | 24.75 | 34.45 | 53.49 | - |
| YUV | 129.35 | 161.65 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 189 | 0.91 | 0.07 | 0 | 0.26 | 184.88 | 0.83 | 0.4 |
| Hex | 11 | AF | BD | 5B | 7 | 0 | 1A | B9 | 53 | 28 |
| Octal | 21 | 257 | 275 | 133 | 7 | 0 | 32 | 271 | 123 | 50 |
| Binary | 10001 | 10101111 | 10111101 | 1011011 | 111 | 0 | 11010 | 10111001 | 1010011 | 101000 |
Color Harmonies of #11AFBD
Complementary color
Monochromatic Colors of #11AFBD
Black with #11AFBD
Text Example
Text Example
White with #11AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AFBD; }
p { color: rgb(17,175,189); }
H1.HeaderClassName
{
color: #11AFBD;
}
.AnyTagClassName
{
color: #11AFBD;
}
</style>
background-color css
<style>
a { background-color: #11AFBD; }
a { background-color: rgb(17,175,189); }
div.DivClassName
{
background-color: #11AFBD;
}
.BgClassName
{
background-color: #11AFBD;
}
</style>
border-color css
<style>
span { border-color: #11AFBD; }
span { border-color: rgb(17,175,189); }
td.TdClassName
{
border-color: #11AFBD;
}
.TagClassName
{
border-color: #11AFBD;
}
</style>