Shades of Iris Blue #13BCDB
Tints of Iris Blue #13BCDB
RGB
CMYK
RGB Variations
Color information
#13BCDB (or 0x13BCDB) is known color: Iris Blue. HEX triplet: 13, BC and DB. RGB value is (19,188,219). Sum of RGB (Red+Green+Blue) = 19+188+219=426 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.46% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #13BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BCDB is #EC4324. Grayscale: #8C8C8C. Windows color (decimal): -15483685 or 14400531. OLE color: 14400531.
HSL color Cylindrical-coordinate representation of color #13BCDB: hue angle of 189.3º 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 #13BCDB is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 188 | 219 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.14 |
| HSL | 189.3º | 0.84% | 0.47% | - |
| HSV(B) | 189.3º | 0.91% | 0.86% | - |
| XYZ | 31.04 | 41.22 | 73.34 | - |
| YUV | 141 | 172.01 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 219 | 0.91 | 0.14 | 0 | 0.14 | 189.3 | 0.84 | 0.47 |
| Hex | 13 | BC | DB | 5B | E | 0 | E | BD | 54 | 2F |
| Octal | 23 | 274 | 333 | 133 | 16 | 0 | 16 | 275 | 124 | 57 |
| Binary | 10011 | 10111100 | 11011011 | 1011011 | 1110 | 0 | 1110 | 10111101 | 1010100 | 101111 |
Color Harmonies of #13BCDB
Complementary color
Monochromatic Colors of #13BCDB
Black with #13BCDB
Text Example
Text Example
White with #13BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BCDB; }
p { color: rgb(19,188,219); }
H1.HeaderClassName
{
color: #13BCDB;
}
.AnyTagClassName
{
color: #13BCDB;
}
</style>
background-color css
<style>
a { background-color: #13BCDB; }
a { background-color: rgb(19,188,219); }
div.DivClassName
{
background-color: #13BCDB;
}
.BgClassName
{
background-color: #13BCDB;
}
</style>
border-color css
<style>
span { border-color: #13BCDB; }
span { border-color: rgb(19,188,219); }
td.TdClassName
{
border-color: #13BCDB;
}
.TagClassName
{
border-color: #13BCDB;
}
</style>