Shades of Iris Blue #13BCDA
Tints of Iris Blue #13BCDA
RGB
CMYK
RGB Variations
Color information
#13BCDA (or 0x13BCDA) is known color: Iris Blue. HEX triplet: 13, BC and DA. RGB value is (19,188,218). Sum of RGB (Red+Green+Blue) = 19+188+218=425 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.47% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #13BCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BCDA is #EC4325. Grayscale: #8C8C8C. Windows color (decimal): -15483686 or 14334995. OLE color: 14334995.
HSL color Cylindrical-coordinate representation of color #13BCDA: hue angle of 189.05º 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 #13BCDA is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 188 | 218 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.15 |
| HSL | 189.05º | 0.84% | 0.46% | - |
| HSV(B) | 189.05º | 0.91% | 0.85% | - |
| XYZ | 30.91 | 41.17 | 72.65 | - |
| YUV | 140.89 | 171.51 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 218 | 0.91 | 0.14 | 0 | 0.15 | 189.05 | 0.84 | 0.46 |
| Hex | 13 | BC | DA | 5B | E | 0 | F | BD | 54 | 2E |
| Octal | 23 | 274 | 332 | 133 | 16 | 0 | 17 | 275 | 124 | 56 |
| Binary | 10011 | 10111100 | 11011010 | 1011011 | 1110 | 0 | 1111 | 10111101 | 1010100 | 101110 |
Color Harmonies of #13BCDA
Complementary color
Monochromatic Colors of #13BCDA
Black with #13BCDA
Text Example
Text Example
White with #13BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BCDA; }
p { color: rgb(19,188,218); }
H1.HeaderClassName
{
color: #13BCDA;
}
.AnyTagClassName
{
color: #13BCDA;
}
</style>
background-color css
<style>
a { background-color: #13BCDA; }
a { background-color: rgb(19,188,218); }
div.DivClassName
{
background-color: #13BCDA;
}
.BgClassName
{
background-color: #13BCDA;
}
</style>
border-color css
<style>
span { border-color: #13BCDA; }
span { border-color: rgb(19,188,218); }
td.TdClassName
{
border-color: #13BCDA;
}
.TagClassName
{
border-color: #13BCDA;
}
</style>