Shades of Iris Blue #13B2BC
Tints of Iris Blue #13B2BC
RGB
CMYK
RGB Variations
Color information
#13B2BC (or 0x13B2BC) is known color: Iris Blue. HEX triplet: 13, B2 and BC. RGB value is (19,178,188). Sum of RGB (Red+Green+Blue) = 19+178+188=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #13B2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B2BC is #EC4D43. Grayscale: #838383. Windows color (decimal): -15486276 or 12366355. OLE color: 12366355.
HSL color Cylindrical-coordinate representation of color #13B2BC: hue angle of 183.55º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B2BC is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 178 | 188 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.26 |
| HSL | 183.55º | 0.82% | 0.41% | - |
| HSV(B) | 183.55º | 0.9% | 0.74% | - |
| XYZ | 25.27 | 35.61 | 53.12 | - |
| YUV | 131.6 | 159.82 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 178 | 188 | 0.90 | 0.05 | 0 | 0.26 | 183.55 | 0.82 | 0.41 |
| Hex | 13 | B2 | BC | 5A | 5 | 0 | 1A | B8 | 52 | 29 |
| Octal | 23 | 262 | 274 | 132 | 5 | 0 | 32 | 270 | 122 | 51 |
| Binary | 10011 | 10110010 | 10111100 | 1011010 | 101 | 0 | 11010 | 10111000 | 1010010 | 101001 |
Color Harmonies of #13B2BC
Complementary color
Monochromatic Colors of #13B2BC
Black with #13B2BC
Text Example
Text Example
White with #13B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B2BC; }
p { color: rgb(19,178,188); }
H1.HeaderClassName
{
color: #13B2BC;
}
.AnyTagClassName
{
color: #13B2BC;
}
</style>
background-color css
<style>
a { background-color: #13B2BC; }
a { background-color: rgb(19,178,188); }
div.DivClassName
{
background-color: #13B2BC;
}
.BgClassName
{
background-color: #13B2BC;
}
</style>
border-color css
<style>
span { border-color: #13B2BC; }
span { border-color: rgb(19,178,188); }
td.TdClassName
{
border-color: #13B2BC;
}
.TagClassName
{
border-color: #13B2BC;
}
</style>