Shades of Iris Blue #13B2BA
Tints of Iris Blue #13B2BA
RGB
CMYK
RGB Variations
Color information
#13B2BA (or 0x13B2BA) is known color: Iris Blue. HEX triplet: 13, B2 and BA. RGB value is (19,178,186). Sum of RGB (Red+Green+Blue) = 19+178+186=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #13B2BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B2BA is #EC4D45. Grayscale: #838383. Windows color (decimal): -15486278 or 12235283. OLE color: 12235283.
HSL color Cylindrical-coordinate representation of color #13B2BA: hue angle of 182.87º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B2BA is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 178 | 186 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.27 |
| HSL | 182.87º | 0.81% | 0.4% | - |
| HSV(B) | 182.87º | 0.9% | 0.73% | - |
| XYZ | 25.05 | 35.52 | 51.99 | - |
| YUV | 131.37 | 158.82 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 178 | 186 | 0.90 | 0.04 | 0 | 0.27 | 182.87 | 0.81 | 0.4 |
| Hex | 13 | B2 | BA | 5A | 4 | 0 | 1B | B7 | 51 | 28 |
| Octal | 23 | 262 | 272 | 132 | 4 | 0 | 33 | 267 | 121 | 50 |
| Binary | 10011 | 10110010 | 10111010 | 1011010 | 100 | 0 | 11011 | 10110111 | 1010001 | 101000 |
Color Harmonies of #13B2BA
Complementary color
Monochromatic Colors of #13B2BA
Black with #13B2BA
Text Example
Text Example
White with #13B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B2BA; }
p { color: rgb(19,178,186); }
H1.HeaderClassName
{
color: #13B2BA;
}
.AnyTagClassName
{
color: #13B2BA;
}
</style>
background-color css
<style>
a { background-color: #13B2BA; }
a { background-color: rgb(19,178,186); }
div.DivClassName
{
background-color: #13B2BA;
}
.BgClassName
{
background-color: #13B2BA;
}
</style>
border-color css
<style>
span { border-color: #13B2BA; }
span { border-color: rgb(19,178,186); }
td.TdClassName
{
border-color: #13B2BA;
}
.TagClassName
{
border-color: #13B2BA;
}
</style>