Shades of Iris Blue #13ABC0
Tints of Iris Blue #13ABC0
RGB
CMYK
RGB Variations
Color information
#13ABC0 (or 0x13ABC0) is known color: Iris Blue. HEX triplet: 13, AB and C0. RGB value is (19,171,192). Sum of RGB (Red+Green+Blue) = 19+171+192=382 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.97% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #13ABC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ABC0 is #EC543F. Grayscale: #7F7F7F. Windows color (decimal): -15488064 or 12626707. OLE color: 12626707.
HSL color Cylindrical-coordinate representation of color #13ABC0: hue angle of 187.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13ABC0 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 171 | 192 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.25 |
| HSL | 187.28º | 0.82% | 0.41% | - |
| HSV(B) | 187.28º | 0.9% | 0.75% | - |
| XYZ | 24.35 | 33.07 | 54.97 | - |
| YUV | 127.95 | 164.14 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 192 | 0.90 | 0.11 | 0 | 0.25 | 187.28 | 0.82 | 0.41 |
| Hex | 13 | AB | C0 | 5A | B | 0 | 19 | BB | 52 | 29 |
| Octal | 23 | 253 | 300 | 132 | 13 | 0 | 31 | 273 | 122 | 51 |
| Binary | 10011 | 10101011 | 11000000 | 1011010 | 1011 | 0 | 11001 | 10111011 | 1010010 | 101001 |
Color Harmonies of #13ABC0
Complementary color
Monochromatic Colors of #13ABC0
Black with #13ABC0
Text Example
Text Example
White with #13ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ABC0; }
p { color: rgb(19,171,192); }
H1.HeaderClassName
{
color: #13ABC0;
}
.AnyTagClassName
{
color: #13ABC0;
}
</style>
background-color css
<style>
a { background-color: #13ABC0; }
a { background-color: rgb(19,171,192); }
div.DivClassName
{
background-color: #13ABC0;
}
.BgClassName
{
background-color: #13ABC0;
}
</style>
border-color css
<style>
span { border-color: #13ABC0; }
span { border-color: rgb(19,171,192); }
td.TdClassName
{
border-color: #13ABC0;
}
.TagClassName
{
border-color: #13ABC0;
}
</style>