Shades of Iris Blue #13AEDB
Tints of Iris Blue #13AEDB
RGB
CMYK
RGB Variations
Color information
#13AEDB (or 0x13AEDB) is known color: Iris Blue. HEX triplet: 13, AE and DB. RGB value is (19,174,219). Sum of RGB (Red+Green+Blue) = 19+174+219=412 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.61% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #13AEDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AEDB is #EC5124. Grayscale: #848484. Windows color (decimal): -15487269 or 14396947. OLE color: 14396947.
HSL color Cylindrical-coordinate representation of color #13AEDB: hue angle of 193.5º 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 #13AEDB is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 174 | 219 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.14 |
| HSL | 193.5º | 0.84% | 0.47% | - |
| HSV(B) | 193.5º | 0.91% | 0.86% | - |
| XYZ | 28.19 | 35.53 | 72.39 | - |
| YUV | 132.79 | 176.65 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 174 | 219 | 0.91 | 0.21 | 0 | 0.14 | 193.5 | 0.84 | 0.47 |
| Hex | 13 | AE | DB | 5B | 15 | 0 | E | C2 | 54 | 2F |
| Octal | 23 | 256 | 333 | 133 | 25 | 0 | 16 | 302 | 124 | 57 |
| Binary | 10011 | 10101110 | 11011011 | 1011011 | 10101 | 0 | 1110 | 11000010 | 1010100 | 101111 |
Color Harmonies of #13AEDB
Complementary color
Monochromatic Colors of #13AEDB
Black with #13AEDB
Text Example
Text Example
White with #13AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AEDB; }
p { color: rgb(19,174,219); }
H1.HeaderClassName
{
color: #13AEDB;
}
.AnyTagClassName
{
color: #13AEDB;
}
</style>
background-color css
<style>
a { background-color: #13AEDB; }
a { background-color: rgb(19,174,219); }
div.DivClassName
{
background-color: #13AEDB;
}
.BgClassName
{
background-color: #13AEDB;
}
</style>
border-color css
<style>
span { border-color: #13AEDB; }
span { border-color: rgb(19,174,219); }
td.TdClassName
{
border-color: #13AEDB;
}
.TagClassName
{
border-color: #13AEDB;
}
</style>