Shades of Iris Blue #13BFBD
Tints of Iris Blue #13BFBD
RGB
CMYK
RGB Variations
Color information
#13BFBD (or 0x13BFBD) is known color: Iris Blue. HEX triplet: 13, BF and BD. RGB value is (19,191,189). Sum of RGB (Red+Green+Blue) = 19+191+189=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #13BFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BFBD is #EC4042. Grayscale: #8B8B8B. Windows color (decimal): -15482947 or 12435219. OLE color: 12435219.
HSL color Cylindrical-coordinate representation of color #13BFBD: hue angle of 179.3º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BFBD is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 191 | 189 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.25 |
| HSL | 179.3º | 0.82% | 0.41% | - |
| HSV(B) | 179.3º | 0.9% | 0.75% | - |
| XYZ | 28.08 | 41.07 | 54.59 | - |
| YUV | 139.34 | 156.02 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 191 | 189 | 0.90 | 0 | 0.01 | 0.25 | 179.3 | 0.82 | 0.41 |
| Hex | 13 | BF | BD | 5A | 0 | 1 | 19 | B3 | 52 | 29 |
| Octal | 23 | 277 | 275 | 132 | 0 | 1 | 31 | 263 | 122 | 51 |
| Binary | 10011 | 10111111 | 10111101 | 1011010 | 0 | 1 | 11001 | 10110011 | 1010010 | 101001 |
Color Harmonies of #13BFBD
Complementary color
Monochromatic Colors of #13BFBD
Black with #13BFBD
Text Example
Text Example
White with #13BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BFBD; }
p { color: rgb(19,191,189); }
H1.HeaderClassName
{
color: #13BFBD;
}
.AnyTagClassName
{
color: #13BFBD;
}
</style>
background-color css
<style>
a { background-color: #13BFBD; }
a { background-color: rgb(19,191,189); }
div.DivClassName
{
background-color: #13BFBD;
}
.BgClassName
{
background-color: #13BFBD;
}
</style>
border-color css
<style>
span { border-color: #13BFBD; }
span { border-color: rgb(19,191,189); }
td.TdClassName
{
border-color: #13BFBD;
}
.TagClassName
{
border-color: #13BFBD;
}
</style>