Shades of Iris Blue #13BBDB
Tints of Iris Blue #13BBDB
RGB
CMYK
RGB Variations
Color information
#13BBDB (or 0x13BBDB) is known color: Iris Blue. HEX triplet: 13, BB and DB. RGB value is (19,187,219). Sum of RGB (Red+Green+Blue) = 19+187+219=425 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.47% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #13BBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BBDB is #EC4424. Grayscale: #8C8C8C. Windows color (decimal): -15483941 or 14400275. OLE color: 14400275.
HSL color Cylindrical-coordinate representation of color #13BBDB: hue angle of 189.6º 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 #13BBDB is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 187 | 219 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.14 |
| HSL | 189.6º | 0.84% | 0.47% | - |
| HSV(B) | 189.6º | 0.91% | 0.86% | - |
| XYZ | 30.83 | 40.79 | 73.27 | - |
| YUV | 140.42 | 172.34 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 219 | 0.91 | 0.15 | 0 | 0.14 | 189.6 | 0.84 | 0.47 |
| Hex | 13 | BB | DB | 5B | F | 0 | E | BE | 54 | 2F |
| Octal | 23 | 273 | 333 | 133 | 17 | 0 | 16 | 276 | 124 | 57 |
| Binary | 10011 | 10111011 | 11011011 | 1011011 | 1111 | 0 | 1110 | 10111110 | 1010100 | 101111 |
Color Harmonies of #13BBDB
Complementary color
Monochromatic Colors of #13BBDB
Black with #13BBDB
Text Example
Text Example
White with #13BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BBDB; }
p { color: rgb(19,187,219); }
H1.HeaderClassName
{
color: #13BBDB;
}
.AnyTagClassName
{
color: #13BBDB;
}
</style>
background-color css
<style>
a { background-color: #13BBDB; }
a { background-color: rgb(19,187,219); }
div.DivClassName
{
background-color: #13BBDB;
}
.BgClassName
{
background-color: #13BBDB;
}
</style>
border-color css
<style>
span { border-color: #13BBDB; }
span { border-color: rgb(19,187,219); }
td.TdClassName
{
border-color: #13BBDB;
}
.TagClassName
{
border-color: #13BBDB;
}
</style>