Shades of Iris Blue #13B0BD
Tints of Iris Blue #13B0BD
RGB
CMYK
RGB Variations
Color information
#13B0BD (or 0x13B0BD) is known color: Iris Blue. HEX triplet: 13, B0 and BD. RGB value is (19,176,189). Sum of RGB (Red+Green+Blue) = 19+176+189=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #13B0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B0BD is #EC4F42. Grayscale: #828282. Windows color (decimal): -15486787 or 12431379. OLE color: 12431379.
HSL color Cylindrical-coordinate representation of color #13B0BD: hue angle of 184.59º 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 #13B0BD is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 176 | 189 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.26 |
| HSL | 184.59º | 0.82% | 0.41% | - |
| HSV(B) | 184.59º | 0.9% | 0.74% | - |
| XYZ | 24.98 | 34.86 | 53.56 | - |
| YUV | 130.54 | 160.99 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 176 | 189 | 0.90 | 0.07 | 0 | 0.26 | 184.59 | 0.82 | 0.41 |
| Hex | 13 | B0 | BD | 5A | 7 | 0 | 1A | B9 | 52 | 29 |
| Octal | 23 | 260 | 275 | 132 | 7 | 0 | 32 | 271 | 122 | 51 |
| Binary | 10011 | 10110000 | 10111101 | 1011010 | 111 | 0 | 11010 | 10111001 | 1010010 | 101001 |
Color Harmonies of #13B0BD
Complementary color
Monochromatic Colors of #13B0BD
Black with #13B0BD
Text Example
Text Example
White with #13B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B0BD; }
p { color: rgb(19,176,189); }
H1.HeaderClassName
{
color: #13B0BD;
}
.AnyTagClassName
{
color: #13B0BD;
}
</style>
background-color css
<style>
a { background-color: #13B0BD; }
a { background-color: rgb(19,176,189); }
div.DivClassName
{
background-color: #13B0BD;
}
.BgClassName
{
background-color: #13B0BD;
}
</style>
border-color css
<style>
span { border-color: #13B0BD; }
span { border-color: rgb(19,176,189); }
td.TdClassName
{
border-color: #13B0BD;
}
.TagClassName
{
border-color: #13B0BD;
}
</style>