Shades of Iris Blue #13ABC1
Tints of Iris Blue #13ABC1
RGB
CMYK
RGB Variations
Color information
#13ABC1 (or 0x13ABC1) is known color: Iris Blue. HEX triplet: 13, AB and C1. RGB value is (19,171,193). Sum of RGB (Red+Green+Blue) = 19+171+193=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #13ABC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ABC1 is #EC543E. Grayscale: #7F7F7F. Windows color (decimal): -15488063 or 12692243. OLE color: 12692243.
HSL color Cylindrical-coordinate representation of color #13ABC1: hue angle of 187.59º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13ABC1 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 171 | 193 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.24 |
| HSL | 187.59º | 0.82% | 0.42% | - |
| HSV(B) | 187.59º | 0.9% | 0.76% | - |
| XYZ | 24.46 | 33.11 | 55.55 | - |
| YUV | 128.06 | 164.64 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 193 | 0.90 | 0.11 | 0 | 0.24 | 187.59 | 0.82 | 0.42 |
| Hex | 13 | AB | C1 | 5A | B | 0 | 18 | BC | 52 | 2A |
| Octal | 23 | 253 | 301 | 132 | 13 | 0 | 30 | 274 | 122 | 52 |
| Binary | 10011 | 10101011 | 11000001 | 1011010 | 1011 | 0 | 11000 | 10111100 | 1010010 | 101010 |
Color Harmonies of #13ABC1
Complementary color
Monochromatic Colors of #13ABC1
Black with #13ABC1
Text Example
Text Example
White with #13ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ABC1; }
p { color: rgb(19,171,193); }
H1.HeaderClassName
{
color: #13ABC1;
}
.AnyTagClassName
{
color: #13ABC1;
}
</style>
background-color css
<style>
a { background-color: #13ABC1; }
a { background-color: rgb(19,171,193); }
div.DivClassName
{
background-color: #13ABC1;
}
.BgClassName
{
background-color: #13ABC1;
}
</style>
border-color css
<style>
span { border-color: #13ABC1; }
span { border-color: rgb(19,171,193); }
td.TdClassName
{
border-color: #13ABC1;
}
.TagClassName
{
border-color: #13ABC1;
}
</style>