Shades of Iris Blue #13B2BE
Tints of Iris Blue #13B2BE
RGB
CMYK
RGB Variations
Color information
#13B2BE (or 0x13B2BE) is known color: Iris Blue. HEX triplet: 13, B2 and BE. RGB value is (19,178,190). Sum of RGB (Red+Green+Blue) = 19+178+190=387 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.91% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #13B2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B2BE is #EC4D41. Grayscale: #838383. Windows color (decimal): -15486274 or 12497427. OLE color: 12497427.
HSL color Cylindrical-coordinate representation of color #13B2BE: hue angle of 184.21º 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 #13B2BE is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 178 | 190 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.25 |
| HSL | 184.21º | 0.82% | 0.41% | - |
| HSV(B) | 184.21º | 0.9% | 0.75% | - |
| XYZ | 25.48 | 35.7 | 54.26 | - |
| YUV | 131.83 | 160.82 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 178 | 190 | 0.90 | 0.06 | 0 | 0.25 | 184.21 | 0.82 | 0.41 |
| Hex | 13 | B2 | BE | 5A | 6 | 0 | 19 | B8 | 52 | 29 |
| Octal | 23 | 262 | 276 | 132 | 6 | 0 | 31 | 270 | 122 | 51 |
| Binary | 10011 | 10110010 | 10111110 | 1011010 | 110 | 0 | 11001 | 10111000 | 1010010 | 101001 |
Color Harmonies of #13B2BE
Complementary color
Monochromatic Colors of #13B2BE
Black with #13B2BE
Text Example
Text Example
White with #13B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B2BE; }
p { color: rgb(19,178,190); }
H1.HeaderClassName
{
color: #13B2BE;
}
.AnyTagClassName
{
color: #13B2BE;
}
</style>
background-color css
<style>
a { background-color: #13B2BE; }
a { background-color: rgb(19,178,190); }
div.DivClassName
{
background-color: #13B2BE;
}
.BgClassName
{
background-color: #13B2BE;
}
</style>
border-color css
<style>
span { border-color: #13B2BE; }
span { border-color: rgb(19,178,190); }
td.TdClassName
{
border-color: #13B2BE;
}
.TagClassName
{
border-color: #13B2BE;
}
</style>