Shades of Iris Blue #13ABBA
Tints of Iris Blue #13ABBA
RGB
CMYK
RGB Variations
Color information
#13ABBA (or 0x13ABBA) is known color: Iris Blue. HEX triplet: 13, AB and BA. RGB value is (19,171,186). Sum of RGB (Red+Green+Blue) = 19+171+186=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #13ABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ABBA is #EC5445. Grayscale: #7F7F7F. Windows color (decimal): -15488070 or 12233491. OLE color: 12233491.
HSL color Cylindrical-coordinate representation of color #13ABBA: hue angle of 185.39º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13ABBA is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 171 | 186 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.27 |
| HSL | 185.39º | 0.81% | 0.4% | - |
| HSV(B) | 185.39º | 0.9% | 0.73% | - |
| XYZ | 23.69 | 32.81 | 51.54 | - |
| YUV | 127.26 | 161.14 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 186 | 0.90 | 0.08 | 0 | 0.27 | 185.39 | 0.81 | 0.4 |
| Hex | 13 | AB | BA | 5A | 8 | 0 | 1B | B9 | 51 | 28 |
| Octal | 23 | 253 | 272 | 132 | 10 | 0 | 33 | 271 | 121 | 50 |
| Binary | 10011 | 10101011 | 10111010 | 1011010 | 1000 | 0 | 11011 | 10111001 | 1010001 | 101000 |
Color Harmonies of #13ABBA
Complementary color
Monochromatic Colors of #13ABBA
Black with #13ABBA
Text Example
Text Example
White with #13ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ABBA; }
p { color: rgb(19,171,186); }
H1.HeaderClassName
{
color: #13ABBA;
}
.AnyTagClassName
{
color: #13ABBA;
}
</style>
background-color css
<style>
a { background-color: #13ABBA; }
a { background-color: rgb(19,171,186); }
div.DivClassName
{
background-color: #13ABBA;
}
.BgClassName
{
background-color: #13ABBA;
}
</style>
border-color css
<style>
span { border-color: #13ABBA; }
span { border-color: rgb(19,171,186); }
td.TdClassName
{
border-color: #13ABBA;
}
.TagClassName
{
border-color: #13ABBA;
}
</style>