Shades of Iris Blue #13AFDB
Tints of Iris Blue #13AFDB
RGB
CMYK
RGB Variations
Color information
#13AFDB (or 0x13AFDB) is known color: Iris Blue. HEX triplet: 13, AF and DB. RGB value is (19,175,219). Sum of RGB (Red+Green+Blue) = 19+175+219=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #13AFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AFDB is #EC5024. Grayscale: #858585. Windows color (decimal): -15487013 or 14397203. OLE color: 14397203.
HSL color Cylindrical-coordinate representation of color #13AFDB: hue angle of 193.2º 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 #13AFDB is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 175 | 219 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.14 |
| HSL | 193.2º | 0.84% | 0.47% | - |
| HSV(B) | 193.2º | 0.91% | 0.86% | - |
| XYZ | 28.38 | 35.91 | 72.45 | - |
| YUV | 133.37 | 176.32 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 219 | 0.91 | 0.20 | 0 | 0.14 | 193.2 | 0.84 | 0.47 |
| Hex | 13 | AF | DB | 5B | 14 | 0 | E | C1 | 54 | 2F |
| Octal | 23 | 257 | 333 | 133 | 24 | 0 | 16 | 301 | 124 | 57 |
| Binary | 10011 | 10101111 | 11011011 | 1011011 | 10100 | 0 | 1110 | 11000001 | 1010100 | 101111 |
Color Harmonies of #13AFDB
Complementary color
Monochromatic Colors of #13AFDB
Black with #13AFDB
Text Example
Text Example
White with #13AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AFDB; }
p { color: rgb(19,175,219); }
H1.HeaderClassName
{
color: #13AFDB;
}
.AnyTagClassName
{
color: #13AFDB;
}
</style>
background-color css
<style>
a { background-color: #13AFDB; }
a { background-color: rgb(19,175,219); }
div.DivClassName
{
background-color: #13AFDB;
}
.BgClassName
{
background-color: #13AFDB;
}
</style>
border-color css
<style>
span { border-color: #13AFDB; }
span { border-color: rgb(19,175,219); }
td.TdClassName
{
border-color: #13AFDB;
}
.TagClassName
{
border-color: #13AFDB;
}
</style>