Shades of Iris Blue #13AED5
Tints of Iris Blue #13AED5
RGB
CMYK
RGB Variations
Color information
#13AED5 (or 0x13AED5) is known color: Iris Blue. HEX triplet: 13, AE and D5. RGB value is (19,174,213). Sum of RGB (Red+Green+Blue) = 19+174+213=406 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.68% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #13AED5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AED5 is #EC512A. Grayscale: #838383. Windows color (decimal): -15487275 or 14003731. OLE color: 14003731.
HSL color Cylindrical-coordinate representation of color #13AED5: hue angle of 192.06º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13AED5 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 174 | 213 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.16 |
| HSL | 192.06º | 0.84% | 0.45% | - |
| HSV(B) | 192.06º | 0.91% | 0.84% | - |
| XYZ | 27.41 | 35.21 | 68.3 | - |
| YUV | 132.1 | 173.65 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 174 | 213 | 0.91 | 0.18 | 0 | 0.16 | 192.06 | 0.84 | 0.45 |
| Hex | 13 | AE | D5 | 5B | 12 | 0 | 10 | C0 | 54 | 2D |
| Octal | 23 | 256 | 325 | 133 | 22 | 0 | 20 | 300 | 124 | 55 |
| Binary | 10011 | 10101110 | 11010101 | 1011011 | 10010 | 0 | 10000 | 11000000 | 1010100 | 101101 |
Color Harmonies of #13AED5
Complementary color
Monochromatic Colors of #13AED5
Black with #13AED5
Text Example
Text Example
White with #13AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AED5; }
p { color: rgb(19,174,213); }
H1.HeaderClassName
{
color: #13AED5;
}
.AnyTagClassName
{
color: #13AED5;
}
</style>
background-color css
<style>
a { background-color: #13AED5; }
a { background-color: rgb(19,174,213); }
div.DivClassName
{
background-color: #13AED5;
}
.BgClassName
{
background-color: #13AED5;
}
</style>
border-color css
<style>
span { border-color: #13AED5; }
span { border-color: rgb(19,174,213); }
td.TdClassName
{
border-color: #13AED5;
}
.TagClassName
{
border-color: #13AED5;
}
</style>