Shades of Iris Blue #13BCD6
Tints of Iris Blue #13BCD6
RGB
CMYK
RGB Variations
Color information
#13BCD6 (or 0x13BCD6) is known color: Iris Blue. HEX triplet: 13, BC and D6. RGB value is (19,188,214). Sum of RGB (Red+Green+Blue) = 19+188+214=421 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.51% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #13BCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BCD6 is #EC4329. Grayscale: #8C8C8C. Windows color (decimal): -15483690 or 14072851. OLE color: 14072851.
HSL color Cylindrical-coordinate representation of color #13BCD6: hue angle of 188º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13BCD6 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 188 | 214 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.16 |
| HSL | 188º | 0.84% | 0.46% | - |
| HSV(B) | 188º | 0.91% | 0.84% | - |
| XYZ | 30.39 | 40.96 | 69.92 | - |
| YUV | 140.43 | 169.51 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 214 | 0.91 | 0.12 | 0 | 0.16 | 188 | 0.84 | 0.46 |
| Hex | 13 | BC | D6 | 5B | C | 0 | 10 | BC | 54 | 2E |
| Octal | 23 | 274 | 326 | 133 | 14 | 0 | 20 | 274 | 124 | 56 |
| Binary | 10011 | 10111100 | 11010110 | 1011011 | 1100 | 0 | 10000 | 10111100 | 1010100 | 101110 |
Color Harmonies of #13BCD6
Complementary color
Monochromatic Colors of #13BCD6
Black with #13BCD6
Text Example
Text Example
White with #13BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BCD6; }
p { color: rgb(19,188,214); }
H1.HeaderClassName
{
color: #13BCD6;
}
.AnyTagClassName
{
color: #13BCD6;
}
</style>
background-color css
<style>
a { background-color: #13BCD6; }
a { background-color: rgb(19,188,214); }
div.DivClassName
{
background-color: #13BCD6;
}
.BgClassName
{
background-color: #13BCD6;
}
</style>
border-color css
<style>
span { border-color: #13BCD6; }
span { border-color: rgb(19,188,214); }
td.TdClassName
{
border-color: #13BCD6;
}
.TagClassName
{
border-color: #13BCD6;
}
</style>