Shades of Iris Blue #13A8CE
Tints of Iris Blue #13A8CE
RGB
CMYK
RGB Variations
Color information
#13A8CE (or 0x13A8CE) is known color: Iris Blue. HEX triplet: 13, A8 and CE. RGB value is (19,168,206). Sum of RGB (Red+Green+Blue) = 19+168+206=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #13A8CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A8CE is #EC5731. Grayscale: #7F7F7F. Windows color (decimal): -15488818 or 13543443. OLE color: 13543443.
HSL color Cylindrical-coordinate representation of color #13A8CE: hue angle of 192.19º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13A8CE is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 168 | 206 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.19 |
| HSL | 192.19º | 0.83% | 0.44% | - |
| HSV(B) | 192.19º | 0.91% | 0.81% | - |
| XYZ | 25.41 | 32.6 | 63.35 | - |
| YUV | 127.78 | 172.14 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 168 | 206 | 0.91 | 0.18 | 0 | 0.19 | 192.19 | 0.83 | 0.44 |
| Hex | 13 | A8 | CE | 5B | 12 | 0 | 13 | C0 | 53 | 2C |
| Octal | 23 | 250 | 316 | 133 | 22 | 0 | 23 | 300 | 123 | 54 |
| Binary | 10011 | 10101000 | 11001110 | 1011011 | 10010 | 0 | 10011 | 11000000 | 1010011 | 101100 |
Color Harmonies of #13A8CE
Complementary color
Monochromatic Colors of #13A8CE
Black with #13A8CE
Text Example
Text Example
White with #13A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A8CE; }
p { color: rgb(19,168,206); }
H1.HeaderClassName
{
color: #13A8CE;
}
.AnyTagClassName
{
color: #13A8CE;
}
</style>
background-color css
<style>
a { background-color: #13A8CE; }
a { background-color: rgb(19,168,206); }
div.DivClassName
{
background-color: #13A8CE;
}
.BgClassName
{
background-color: #13A8CE;
}
</style>
border-color css
<style>
span { border-color: #13A8CE; }
span { border-color: rgb(19,168,206); }
td.TdClassName
{
border-color: #13A8CE;
}
.TagClassName
{
border-color: #13A8CE;
}
</style>