Shades of Iris Blue #13ABC4
Tints of Iris Blue #13ABC4
RGB
CMYK
RGB Variations
Color information
#13ABC4 (or 0x13ABC4) is known color: Iris Blue. HEX triplet: 13, AB and C4. RGB value is (19,171,196). Sum of RGB (Red+Green+Blue) = 19+171+196=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #13ABC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ABC4 is #EC543B. Grayscale: #808080. Windows color (decimal): -15488060 or 12888851. OLE color: 12888851.
HSL color Cylindrical-coordinate representation of color #13ABC4: hue angle of 188.47º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13ABC4 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 171 | 196 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.23 |
| HSL | 188.47º | 0.82% | 0.42% | - |
| HSV(B) | 188.47º | 0.9% | 0.77% | - |
| XYZ | 24.8 | 33.25 | 57.34 | - |
| YUV | 128.4 | 166.14 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 196 | 0.90 | 0.13 | 0 | 0.23 | 188.47 | 0.82 | 0.42 |
| Hex | 13 | AB | C4 | 5A | D | 0 | 17 | BC | 52 | 2A |
| Octal | 23 | 253 | 304 | 132 | 15 | 0 | 27 | 274 | 122 | 52 |
| Binary | 10011 | 10101011 | 11000100 | 1011010 | 1101 | 0 | 10111 | 10111100 | 1010010 | 101010 |
Color Harmonies of #13ABC4
Complementary color
Monochromatic Colors of #13ABC4
Black with #13ABC4
Text Example
Text Example
White with #13ABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ABC4; }
p { color: rgb(19,171,196); }
H1.HeaderClassName
{
color: #13ABC4;
}
.AnyTagClassName
{
color: #13ABC4;
}
</style>
background-color css
<style>
a { background-color: #13ABC4; }
a { background-color: rgb(19,171,196); }
div.DivClassName
{
background-color: #13ABC4;
}
.BgClassName
{
background-color: #13ABC4;
}
</style>
border-color css
<style>
span { border-color: #13ABC4; }
span { border-color: rgb(19,171,196); }
td.TdClassName
{
border-color: #13ABC4;
}
.TagClassName
{
border-color: #13ABC4;
}
</style>