Shades of Iris Blue #13ABCE
Tints of Iris Blue #13ABCE
RGB
CMYK
RGB Variations
Color information
#13ABCE (or 0x13ABCE) is known color: Iris Blue. HEX triplet: 13, AB and CE. RGB value is (19,171,206). Sum of RGB (Red+Green+Blue) = 19+171+206=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #13ABCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ABCE is #EC5431. Grayscale: #818181. Windows color (decimal): -15488050 or 13544211. OLE color: 13544211.
HSL color Cylindrical-coordinate representation of color #13ABCE: hue angle of 191.23º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13ABCE is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 171 | 206 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.19 |
| HSL | 191.23º | 0.83% | 0.44% | - |
| HSV(B) | 191.23º | 0.91% | 0.81% | - |
| XYZ | 25.97 | 33.72 | 63.53 | - |
| YUV | 129.54 | 171.14 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 206 | 0.91 | 0.17 | 0 | 0.19 | 191.23 | 0.83 | 0.44 |
| Hex | 13 | AB | CE | 5B | 11 | 0 | 13 | BF | 53 | 2C |
| Octal | 23 | 253 | 316 | 133 | 21 | 0 | 23 | 277 | 123 | 54 |
| Binary | 10011 | 10101011 | 11001110 | 1011011 | 10001 | 0 | 10011 | 10111111 | 1010011 | 101100 |
Color Harmonies of #13ABCE
Complementary color
Monochromatic Colors of #13ABCE
Black with #13ABCE
Text Example
Text Example
White with #13ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ABCE; }
p { color: rgb(19,171,206); }
H1.HeaderClassName
{
color: #13ABCE;
}
.AnyTagClassName
{
color: #13ABCE;
}
</style>
background-color css
<style>
a { background-color: #13ABCE; }
a { background-color: rgb(19,171,206); }
div.DivClassName
{
background-color: #13ABCE;
}
.BgClassName
{
background-color: #13ABCE;
}
</style>
border-color css
<style>
span { border-color: #13ABCE; }
span { border-color: rgb(19,171,206); }
td.TdClassName
{
border-color: #13ABCE;
}
.TagClassName
{
border-color: #13ABCE;
}
</style>