Shades of Iris Blue #13A9CA
Tints of Iris Blue #13A9CA
RGB
CMYK
RGB Variations
Color information
#13A9CA (or 0x13A9CA) is known color: Iris Blue. HEX triplet: 13, A9 and CA. RGB value is (19,169,202). Sum of RGB (Red+Green+Blue) = 19+169+202=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #13A9CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A9CA is #EC5635. Grayscale: #7F7F7F. Windows color (decimal): -15488566 or 13281555. OLE color: 13281555.
HSL color Cylindrical-coordinate representation of color #13A9CA: hue angle of 190.82º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13A9CA is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 169 | 202 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.21 |
| HSL | 190.82º | 0.83% | 0.43% | - |
| HSV(B) | 190.82º | 0.91% | 0.79% | - |
| XYZ | 25.12 | 32.78 | 60.88 | - |
| YUV | 127.91 | 169.81 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 169 | 202 | 0.91 | 0.16 | 0 | 0.21 | 190.82 | 0.83 | 0.43 |
| Hex | 13 | A9 | CA | 5B | 10 | 0 | 15 | BF | 53 | 2B |
| Octal | 23 | 251 | 312 | 133 | 20 | 0 | 25 | 277 | 123 | 53 |
| Binary | 10011 | 10101001 | 11001010 | 1011011 | 10000 | 0 | 10101 | 10111111 | 1010011 | 101011 |
Color Harmonies of #13A9CA
Complementary color
Monochromatic Colors of #13A9CA
Black with #13A9CA
Text Example
Text Example
White with #13A9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A9CA; }
p { color: rgb(19,169,202); }
H1.HeaderClassName
{
color: #13A9CA;
}
.AnyTagClassName
{
color: #13A9CA;
}
</style>
background-color css
<style>
a { background-color: #13A9CA; }
a { background-color: rgb(19,169,202); }
div.DivClassName
{
background-color: #13A9CA;
}
.BgClassName
{
background-color: #13A9CA;
}
</style>
border-color css
<style>
span { border-color: #13A9CA; }
span { border-color: rgb(19,169,202); }
td.TdClassName
{
border-color: #13A9CA;
}
.TagClassName
{
border-color: #13A9CA;
}
</style>