Shades of Iris Blue #13ACB9
Tints of Iris Blue #13ACB9
RGB
CMYK
RGB Variations
Color information
#13ACB9 (or 0x13ACB9) is known color: Iris Blue. HEX triplet: 13, AC and B9. RGB value is (19,172,185). Sum of RGB (Red+Green+Blue) = 19+172+185=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #13ACB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ACB9 is #EC5346. Grayscale: #7F7F7F. Windows color (decimal): -15487815 or 12168211. OLE color: 12168211.
HSL color Cylindrical-coordinate representation of color #13ACB9: hue angle of 184.7º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13ACB9 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 172 | 185 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.27 |
| HSL | 184.7º | 0.81% | 0.4% | - |
| HSV(B) | 184.7º | 0.9% | 0.73% | - |
| XYZ | 23.78 | 33.15 | 51.04 | - |
| YUV | 127.74 | 160.31 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 172 | 185 | 0.90 | 0.07 | 0 | 0.27 | 184.7 | 0.81 | 0.4 |
| Hex | 13 | AC | B9 | 5A | 7 | 0 | 1B | B9 | 51 | 28 |
| Octal | 23 | 254 | 271 | 132 | 7 | 0 | 33 | 271 | 121 | 50 |
| Binary | 10011 | 10101100 | 10111001 | 1011010 | 111 | 0 | 11011 | 10111001 | 1010001 | 101000 |
Color Harmonies of #13ACB9
Complementary color
Monochromatic Colors of #13ACB9
Black with #13ACB9
Text Example
Text Example
White with #13ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ACB9; }
p { color: rgb(19,172,185); }
H1.HeaderClassName
{
color: #13ACB9;
}
.AnyTagClassName
{
color: #13ACB9;
}
</style>
background-color css
<style>
a { background-color: #13ACB9; }
a { background-color: rgb(19,172,185); }
div.DivClassName
{
background-color: #13ACB9;
}
.BgClassName
{
background-color: #13ACB9;
}
</style>
border-color css
<style>
span { border-color: #13ACB9; }
span { border-color: rgb(19,172,185); }
td.TdClassName
{
border-color: #13ACB9;
}
.TagClassName
{
border-color: #13ACB9;
}
</style>