Shades of Iris Blue #13ABDC
Tints of Iris Blue #13ABDC
RGB
CMYK
RGB Variations
Color information
#13ABDC (or 0x13ABDC) is known color: Iris Blue. HEX triplet: 13, AB and DC. RGB value is (19,171,220). Sum of RGB (Red+Green+Blue) = 19+171+220=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #13ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ABDC is #EC5423. Grayscale: #828282. Windows color (decimal): -15488036 or 14461715. OLE color: 14461715.
HSL color Cylindrical-coordinate representation of color #13ABDC: hue angle of 194.63º 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 #13ABDC is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 171 | 220 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.14 |
| HSL | 194.63º | 0.84% | 0.47% | - |
| HSV(B) | 194.63º | 0.91% | 0.86% | - |
| XYZ | 27.75 | 34.43 | 72.89 | - |
| YUV | 131.14 | 178.14 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 220 | 0.91 | 0.22 | 0 | 0.14 | 194.63 | 0.84 | 0.47 |
| Hex | 13 | AB | DC | 5B | 16 | 0 | E | C3 | 54 | 2F |
| Octal | 23 | 253 | 334 | 133 | 26 | 0 | 16 | 303 | 124 | 57 |
| Binary | 10011 | 10101011 | 11011100 | 1011011 | 10110 | 0 | 1110 | 11000011 | 1010100 | 101111 |
Color Harmonies of #13ABDC
Complementary color
Monochromatic Colors of #13ABDC
Black with #13ABDC
Text Example
Text Example
White with #13ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ABDC; }
p { color: rgb(19,171,220); }
H1.HeaderClassName
{
color: #13ABDC;
}
.AnyTagClassName
{
color: #13ABDC;
}
</style>
background-color css
<style>
a { background-color: #13ABDC; }
a { background-color: rgb(19,171,220); }
div.DivClassName
{
background-color: #13ABDC;
}
.BgClassName
{
background-color: #13ABDC;
}
</style>
border-color css
<style>
span { border-color: #13ABDC; }
span { border-color: rgb(19,171,220); }
td.TdClassName
{
border-color: #13ABDC;
}
.TagClassName
{
border-color: #13ABDC;
}
</style>