Shades of Iris Blue #13B4BD
Tints of Iris Blue #13B4BD
RGB
CMYK
RGB Variations
Color information
#13B4BD (or 0x13B4BD) is known color: Iris Blue. HEX triplet: 13, B4 and BD. RGB value is (19,180,189). Sum of RGB (Red+Green+Blue) = 19+180+189=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #13B4BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B4BD is #EC4B42. Grayscale: #848484. Windows color (decimal): -15485763 or 12432403. OLE color: 12432403.
HSL color Cylindrical-coordinate representation of color #13B4BD: hue angle of 183.18º 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 #13B4BD is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 180 | 189 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.26 |
| HSL | 183.18º | 0.82% | 0.41% | - |
| HSV(B) | 183.18º | 0.9% | 0.74% | - |
| XYZ | 25.78 | 36.46 | 53.82 | - |
| YUV | 132.89 | 159.66 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 180 | 189 | 0.90 | 0.05 | 0 | 0.26 | 183.18 | 0.82 | 0.41 |
| Hex | 13 | B4 | BD | 5A | 5 | 0 | 1A | B7 | 52 | 29 |
| Octal | 23 | 264 | 275 | 132 | 5 | 0 | 32 | 267 | 122 | 51 |
| Binary | 10011 | 10110100 | 10111101 | 1011010 | 101 | 0 | 11010 | 10110111 | 1010010 | 101001 |
Color Harmonies of #13B4BD
Complementary color
Monochromatic Colors of #13B4BD
Black with #13B4BD
Text Example
Text Example
White with #13B4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B4BD; }
p { color: rgb(19,180,189); }
H1.HeaderClassName
{
color: #13B4BD;
}
.AnyTagClassName
{
color: #13B4BD;
}
</style>
background-color css
<style>
a { background-color: #13B4BD; }
a { background-color: rgb(19,180,189); }
div.DivClassName
{
background-color: #13B4BD;
}
.BgClassName
{
background-color: #13B4BD;
}
</style>
border-color css
<style>
span { border-color: #13B4BD; }
span { border-color: rgb(19,180,189); }
td.TdClassName
{
border-color: #13B4BD;
}
.TagClassName
{
border-color: #13B4BD;
}
</style>