Shades of Iris Blue #13A7CB
Tints of Iris Blue #13A7CB
RGB
CMYK
RGB Variations
Color information
#13A7CB (or 0x13A7CB) is known color: Iris Blue. HEX triplet: 13, A7 and CB. RGB value is (19,167,203). Sum of RGB (Red+Green+Blue) = 19+167+203=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #13A7CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A7CB is #EC5834. Grayscale: #7E7E7E. Windows color (decimal): -15489077 or 13346579. OLE color: 13346579.
HSL color Cylindrical-coordinate representation of color #13A7CB: hue angle of 191.74º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13A7CB is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 167 | 203 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.20 |
| HSL | 191.74º | 0.83% | 0.44% | - |
| HSV(B) | 191.74º | 0.91% | 0.8% | - |
| XYZ | 24.87 | 32.09 | 61.38 | - |
| YUV | 126.85 | 170.97 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 167 | 203 | 0.91 | 0.18 | 0 | 0.20 | 191.74 | 0.83 | 0.44 |
| Hex | 13 | A7 | CB | 5B | 12 | 0 | 14 | C0 | 53 | 2C |
| Octal | 23 | 247 | 313 | 133 | 22 | 0 | 24 | 300 | 123 | 54 |
| Binary | 10011 | 10100111 | 11001011 | 1011011 | 10010 | 0 | 10100 | 11000000 | 1010011 | 101100 |
Color Harmonies of #13A7CB
Complementary color
Monochromatic Colors of #13A7CB
Black with #13A7CB
Text Example
Text Example
White with #13A7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A7CB; }
p { color: rgb(19,167,203); }
H1.HeaderClassName
{
color: #13A7CB;
}
.AnyTagClassName
{
color: #13A7CB;
}
</style>
background-color css
<style>
a { background-color: #13A7CB; }
a { background-color: rgb(19,167,203); }
div.DivClassName
{
background-color: #13A7CB;
}
.BgClassName
{
background-color: #13A7CB;
}
</style>
border-color css
<style>
span { border-color: #13A7CB; }
span { border-color: rgb(19,167,203); }
td.TdClassName
{
border-color: #13A7CB;
}
.TagClassName
{
border-color: #13A7CB;
}
</style>