Shades of Iris Blue #13BCD9
Tints of Iris Blue #13BCD9
RGB
CMYK
RGB Variations
Color information
#13BCD9 (or 0x13BCD9) is known color: Iris Blue. HEX triplet: 13, BC and D9. RGB value is (19,188,217). Sum of RGB (Red+Green+Blue) = 19+188+217=424 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.48% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #13BCD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BCD9 is #EC4326. Grayscale: #8C8C8C. Windows color (decimal): -15483687 or 14269459. OLE color: 14269459.
HSL color Cylindrical-coordinate representation of color #13BCD9: hue angle of 188.79º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13BCD9 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 188 | 217 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.15 |
| HSL | 188.79º | 0.84% | 0.46% | - |
| HSV(B) | 188.79º | 0.91% | 0.85% | - |
| XYZ | 30.78 | 41.11 | 71.96 | - |
| YUV | 140.78 | 171.01 | 41.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 217 | 0.91 | 0.13 | 0 | 0.15 | 188.79 | 0.84 | 0.46 |
| Hex | 13 | BC | D9 | 5B | D | 0 | F | BD | 54 | 2E |
| Octal | 23 | 274 | 331 | 133 | 15 | 0 | 17 | 275 | 124 | 56 |
| Binary | 10011 | 10111100 | 11011001 | 1011011 | 1101 | 0 | 1111 | 10111101 | 1010100 | 101110 |
Color Harmonies of #13BCD9
Complementary color
Monochromatic Colors of #13BCD9
Black with #13BCD9
Text Example
Text Example
White with #13BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BCD9; }
p { color: rgb(19,188,217); }
H1.HeaderClassName
{
color: #13BCD9;
}
.AnyTagClassName
{
color: #13BCD9;
}
</style>
background-color css
<style>
a { background-color: #13BCD9; }
a { background-color: rgb(19,188,217); }
div.DivClassName
{
background-color: #13BCD9;
}
.BgClassName
{
background-color: #13BCD9;
}
</style>
border-color css
<style>
span { border-color: #13BCD9; }
span { border-color: rgb(19,188,217); }
td.TdClassName
{
border-color: #13BCD9;
}
.TagClassName
{
border-color: #13BCD9;
}
</style>