Shades of Iris Blue #13BCDC
Tints of Iris Blue #13BCDC
RGB
CMYK
RGB Variations
Color information
#13BCDC (or 0x13BCDC) is known color: Iris Blue. HEX triplet: 13, BC and DC. RGB value is (19,188,220). Sum of RGB (Red+Green+Blue) = 19+188+220=427 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.45% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #13BCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BCDC is #EC4323. Grayscale: #8C8C8C. Windows color (decimal): -15483684 or 14466067. OLE color: 14466067.
HSL color Cylindrical-coordinate representation of color #13BCDC: hue angle of 189.55º 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 #13BCDC is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 188 | 220 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.14 |
| HSL | 189.55º | 0.84% | 0.47% | - |
| HSV(B) | 189.55º | 0.91% | 0.86% | - |
| XYZ | 31.17 | 41.27 | 74.03 | - |
| YUV | 141.12 | 172.51 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 220 | 0.91 | 0.15 | 0 | 0.14 | 189.55 | 0.84 | 0.47 |
| Hex | 13 | BC | DC | 5B | F | 0 | E | BE | 54 | 2F |
| Octal | 23 | 274 | 334 | 133 | 17 | 0 | 16 | 276 | 124 | 57 |
| Binary | 10011 | 10111100 | 11011100 | 1011011 | 1111 | 0 | 1110 | 10111110 | 1010100 | 101111 |
Color Harmonies of #13BCDC
Complementary color
Monochromatic Colors of #13BCDC
Black with #13BCDC
Text Example
Text Example
White with #13BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BCDC; }
p { color: rgb(19,188,220); }
H1.HeaderClassName
{
color: #13BCDC;
}
.AnyTagClassName
{
color: #13BCDC;
}
</style>
background-color css
<style>
a { background-color: #13BCDC; }
a { background-color: rgb(19,188,220); }
div.DivClassName
{
background-color: #13BCDC;
}
.BgClassName
{
background-color: #13BCDC;
}
</style>
border-color css
<style>
span { border-color: #13BCDC; }
span { border-color: rgb(19,188,220); }
td.TdClassName
{
border-color: #13BCDC;
}
.TagClassName
{
border-color: #13BCDC;
}
</style>