Shades of Iris Blue #13B0DB
Tints of Iris Blue #13B0DB
RGB
CMYK
RGB Variations
Color information
#13B0DB (or 0x13B0DB) is known color: Iris Blue. HEX triplet: 13, B0 and DB. RGB value is (19,176,219). Sum of RGB (Red+Green+Blue) = 19+176+219=414 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.59% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #13B0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B0DB is #EC4F24. Grayscale: #858585. Windows color (decimal): -15486757 or 14397459. OLE color: 14397459.
HSL color Cylindrical-coordinate representation of color #13B0DB: hue angle of 192.9º 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 #13B0DB is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 176 | 219 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.14 |
| HSL | 192.9º | 0.84% | 0.47% | - |
| HSV(B) | 192.9º | 0.91% | 0.86% | - |
| XYZ | 28.58 | 36.3 | 72.52 | - |
| YUV | 133.96 | 175.99 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 176 | 219 | 0.91 | 0.20 | 0 | 0.14 | 192.9 | 0.84 | 0.47 |
| Hex | 13 | B0 | DB | 5B | 14 | 0 | E | C1 | 54 | 2F |
| Octal | 23 | 260 | 333 | 133 | 24 | 0 | 16 | 301 | 124 | 57 |
| Binary | 10011 | 10110000 | 11011011 | 1011011 | 10100 | 0 | 1110 | 11000001 | 1010100 | 101111 |
Color Harmonies of #13B0DB
Complementary color
Monochromatic Colors of #13B0DB
Black with #13B0DB
Text Example
Text Example
White with #13B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B0DB; }
p { color: rgb(19,176,219); }
H1.HeaderClassName
{
color: #13B0DB;
}
.AnyTagClassName
{
color: #13B0DB;
}
</style>
background-color css
<style>
a { background-color: #13B0DB; }
a { background-color: rgb(19,176,219); }
div.DivClassName
{
background-color: #13B0DB;
}
.BgClassName
{
background-color: #13B0DB;
}
</style>
border-color css
<style>
span { border-color: #13B0DB; }
span { border-color: rgb(19,176,219); }
td.TdClassName
{
border-color: #13B0DB;
}
.TagClassName
{
border-color: #13B0DB;
}
</style>