Shades of Iris Blue #13ABDB
Tints of Iris Blue #13ABDB
RGB
CMYK
RGB Variations
Color information
#13ABDB (or 0x13ABDB) is known color: Iris Blue. HEX triplet: 13, AB and DB. RGB value is (19,171,219). Sum of RGB (Red+Green+Blue) = 19+171+219=409 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.65% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #13ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ABDB is #EC5424. Grayscale: #828282. Windows color (decimal): -15488037 or 14396179. OLE color: 14396179.
HSL color Cylindrical-coordinate representation of color #13ABDB: hue angle of 194.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13ABDB is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 171 | 219 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.14 |
| HSL | 194.4º | 0.84% | 0.47% | - |
| HSV(B) | 194.4º | 0.91% | 0.86% | - |
| XYZ | 27.62 | 34.38 | 72.2 | - |
| YUV | 131.02 | 177.64 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 219 | 0.91 | 0.22 | 0 | 0.14 | 194.4 | 0.84 | 0.47 |
| Hex | 13 | AB | DB | 5B | 16 | 0 | E | C2 | 54 | 2F |
| Octal | 23 | 253 | 333 | 133 | 26 | 0 | 16 | 302 | 124 | 57 |
| Binary | 10011 | 10101011 | 11011011 | 1011011 | 10110 | 0 | 1110 | 11000010 | 1010100 | 101111 |
Color Harmonies of #13ABDB
Complementary color
Monochromatic Colors of #13ABDB
Black with #13ABDB
Text Example
Text Example
White with #13ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ABDB; }
p { color: rgb(19,171,219); }
H1.HeaderClassName
{
color: #13ABDB;
}
.AnyTagClassName
{
color: #13ABDB;
}
</style>
background-color css
<style>
a { background-color: #13ABDB; }
a { background-color: rgb(19,171,219); }
div.DivClassName
{
background-color: #13ABDB;
}
.BgClassName
{
background-color: #13ABDB;
}
</style>
border-color css
<style>
span { border-color: #13ABDB; }
span { border-color: rgb(19,171,219); }
td.TdClassName
{
border-color: #13ABDB;
}
.TagClassName
{
border-color: #13ABDB;
}
</style>