Shades of Iris Blue #13A8BD
Tints of Iris Blue #13A8BD
RGB
CMYK
RGB Variations
Color information
#13A8BD (or 0x13A8BD) is known color: Iris Blue. HEX triplet: 13, A8 and BD. RGB value is (19,168,189). Sum of RGB (Red+Green+Blue) = 19+168+189=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #13A8BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A8BD is #EC5742. Grayscale: #7D7D7D. Windows color (decimal): -15488835 or 12429331. OLE color: 12429331.
HSL color Cylindrical-coordinate representation of color #13A8BD: hue angle of 187.41º 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 #13A8BD is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 168 | 189 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.26 |
| HSL | 187.41º | 0.82% | 0.41% | - |
| HSV(B) | 187.41º | 0.9% | 0.74% | - |
| XYZ | 23.46 | 31.82 | 53.05 | - |
| YUV | 125.84 | 163.64 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 168 | 189 | 0.90 | 0.11 | 0 | 0.26 | 187.41 | 0.82 | 0.41 |
| Hex | 13 | A8 | BD | 5A | B | 0 | 1A | BB | 52 | 29 |
| Octal | 23 | 250 | 275 | 132 | 13 | 0 | 32 | 273 | 122 | 51 |
| Binary | 10011 | 10101000 | 10111101 | 1011010 | 1011 | 0 | 11010 | 10111011 | 1010010 | 101001 |
Color Harmonies of #13A8BD
Complementary color
Monochromatic Colors of #13A8BD
Black with #13A8BD
Text Example
Text Example
White with #13A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A8BD; }
p { color: rgb(19,168,189); }
H1.HeaderClassName
{
color: #13A8BD;
}
.AnyTagClassName
{
color: #13A8BD;
}
</style>
background-color css
<style>
a { background-color: #13A8BD; }
a { background-color: rgb(19,168,189); }
div.DivClassName
{
background-color: #13A8BD;
}
.BgClassName
{
background-color: #13A8BD;
}
</style>
border-color css
<style>
span { border-color: #13A8BD; }
span { border-color: rgb(19,168,189); }
td.TdClassName
{
border-color: #13A8BD;
}
.TagClassName
{
border-color: #13A8BD;
}
</style>