Shades of Iris Blue #13A8BC
Tints of Iris Blue #13A8BC
RGB
CMYK
RGB Variations
Color information
#13A8BC (or 0x13A8BC) is known color: Iris Blue. HEX triplet: 13, A8 and BC. RGB value is (19,168,188). Sum of RGB (Red+Green+Blue) = 19+168+188=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #13A8BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A8BC is #EC5743. Grayscale: #7D7D7D. Windows color (decimal): -15488836 or 12363795. OLE color: 12363795.
HSL color Cylindrical-coordinate representation of color #13A8BC: hue angle of 187.1º 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 #13A8BC is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 168 | 188 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.26 |
| HSL | 187.1º | 0.82% | 0.41% | - |
| HSV(B) | 187.1º | 0.9% | 0.74% | - |
| XYZ | 23.35 | 31.77 | 52.48 | - |
| YUV | 125.73 | 163.14 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 168 | 188 | 0.90 | 0.11 | 0 | 0.26 | 187.1 | 0.82 | 0.41 |
| Hex | 13 | A8 | BC | 5A | B | 0 | 1A | BB | 52 | 29 |
| Octal | 23 | 250 | 274 | 132 | 13 | 0 | 32 | 273 | 122 | 51 |
| Binary | 10011 | 10101000 | 10111100 | 1011010 | 1011 | 0 | 11010 | 10111011 | 1010010 | 101001 |
Color Harmonies of #13A8BC
Complementary color
Monochromatic Colors of #13A8BC
Black with #13A8BC
Text Example
Text Example
White with #13A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A8BC; }
p { color: rgb(19,168,188); }
H1.HeaderClassName
{
color: #13A8BC;
}
.AnyTagClassName
{
color: #13A8BC;
}
</style>
background-color css
<style>
a { background-color: #13A8BC; }
a { background-color: rgb(19,168,188); }
div.DivClassName
{
background-color: #13A8BC;
}
.BgClassName
{
background-color: #13A8BC;
}
</style>
border-color css
<style>
span { border-color: #13A8BC; }
span { border-color: rgb(19,168,188); }
td.TdClassName
{
border-color: #13A8BC;
}
.TagClassName
{
border-color: #13A8BC;
}
</style>