Shades of Iris Blue #13AADB
Tints of Iris Blue #13AADB
RGB
CMYK
RGB Variations
Color information
#13AADB (or 0x13AADB) is known color: Iris Blue. HEX triplet: 13, AA and DB. RGB value is (19,170,219). Sum of RGB (Red+Green+Blue) = 19+170+219=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #13AADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AADB is #EC5524. Grayscale: #828282. Windows color (decimal): -15488293 or 14395923. OLE color: 14395923.
HSL color Cylindrical-coordinate representation of color #13AADB: hue angle of 194.7º 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 #13AADB is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 170 | 219 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.14 |
| HSL | 194.7º | 0.84% | 0.47% | - |
| HSV(B) | 194.7º | 0.91% | 0.86% | - |
| XYZ | 27.43 | 34 | 72.14 | - |
| YUV | 130.44 | 177.97 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 219 | 0.91 | 0.22 | 0 | 0.14 | 194.7 | 0.84 | 0.47 |
| Hex | 13 | AA | DB | 5B | 16 | 0 | E | C3 | 54 | 2F |
| Octal | 23 | 252 | 333 | 133 | 26 | 0 | 16 | 303 | 124 | 57 |
| Binary | 10011 | 10101010 | 11011011 | 1011011 | 10110 | 0 | 1110 | 11000011 | 1010100 | 101111 |
Color Harmonies of #13AADB
Complementary color
Monochromatic Colors of #13AADB
Black with #13AADB
Text Example
Text Example
White with #13AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AADB; }
p { color: rgb(19,170,219); }
H1.HeaderClassName
{
color: #13AADB;
}
.AnyTagClassName
{
color: #13AADB;
}
</style>
background-color css
<style>
a { background-color: #13AADB; }
a { background-color: rgb(19,170,219); }
div.DivClassName
{
background-color: #13AADB;
}
.BgClassName
{
background-color: #13AADB;
}
</style>
border-color css
<style>
span { border-color: #13AADB; }
span { border-color: rgb(19,170,219); }
td.TdClassName
{
border-color: #13AADB;
}
.TagClassName
{
border-color: #13AADB;
}
</style>