Shades of Iris Blue #13ABBC
Tints of Iris Blue #13ABBC
RGB
CMYK
RGB Variations
Color information
#13ABBC (or 0x13ABBC) is known color: Iris Blue. HEX triplet: 13, AB and BC. RGB value is (19,171,188). Sum of RGB (Red+Green+Blue) = 19+171+188=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #13ABBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ABBC is #EC5443. Grayscale: #7F7F7F. Windows color (decimal): -15488068 or 12364563. OLE color: 12364563.
HSL color Cylindrical-coordinate representation of color #13ABBC: hue angle of 186.04º 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 #13ABBC is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 171 | 188 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.26 |
| HSL | 186.04º | 0.82% | 0.41% | - |
| HSV(B) | 186.04º | 0.9% | 0.74% | - |
| XYZ | 23.91 | 32.9 | 52.67 | - |
| YUV | 127.49 | 162.14 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 188 | 0.90 | 0.09 | 0 | 0.26 | 186.04 | 0.82 | 0.41 |
| Hex | 13 | AB | BC | 5A | 9 | 0 | 1A | BA | 52 | 29 |
| Octal | 23 | 253 | 274 | 132 | 11 | 0 | 32 | 272 | 122 | 51 |
| Binary | 10011 | 10101011 | 10111100 | 1011010 | 1001 | 0 | 11010 | 10111010 | 1010010 | 101001 |
Color Harmonies of #13ABBC
Complementary color
Monochromatic Colors of #13ABBC
Black with #13ABBC
Text Example
Text Example
White with #13ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ABBC; }
p { color: rgb(19,171,188); }
H1.HeaderClassName
{
color: #13ABBC;
}
.AnyTagClassName
{
color: #13ABBC;
}
</style>
background-color css
<style>
a { background-color: #13ABBC; }
a { background-color: rgb(19,171,188); }
div.DivClassName
{
background-color: #13ABBC;
}
.BgClassName
{
background-color: #13ABBC;
}
</style>
border-color css
<style>
span { border-color: #13ABBC; }
span { border-color: rgb(19,171,188); }
td.TdClassName
{
border-color: #13ABBC;
}
.TagClassName
{
border-color: #13ABBC;
}
</style>