Shades of Iris Blue #13ADE0
Tints of Iris Blue #13ADE0
RGB
CMYK
RGB Variations
Color information
#13ADE0 (or 0x13ADE0) is known color: Iris Blue. HEX triplet: 13, AD and E0. RGB value is (19,173,224). Sum of RGB (Red+Green+Blue) = 19+173+224=416 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.57% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #13ADE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADE0 is #EC521F. Grayscale: #848484. Windows color (decimal): -15487520 or 14724371. OLE color: 14724371.
HSL color Cylindrical-coordinate representation of color #13ADE0: hue angle of 194.93º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ADE0 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 173 | 224 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.12 |
| HSL | 194.93º | 0.84% | 0.48% | - |
| HSV(B) | 194.93º | 0.92% | 0.88% | - |
| XYZ | 28.67 | 35.41 | 75.84 | - |
| YUV | 132.77 | 179.48 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 224 | 0.92 | 0.23 | 0 | 0.12 | 194.93 | 0.84 | 0.48 |
| Hex | 13 | AD | E0 | 5C | 17 | 0 | C | C3 | 54 | 30 |
| Octal | 23 | 255 | 340 | 134 | 27 | 0 | 14 | 303 | 124 | 60 |
| Binary | 10011 | 10101101 | 11100000 | 1011100 | 10111 | 0 | 1100 | 11000011 | 1010100 | 110000 |
Color Harmonies of #13ADE0
Complementary color
Monochromatic Colors of #13ADE0
Black with #13ADE0
Text Example
Text Example
White with #13ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADE0; }
p { color: rgb(19,173,224); }
H1.HeaderClassName
{
color: #13ADE0;
}
.AnyTagClassName
{
color: #13ADE0;
}
</style>
background-color css
<style>
a { background-color: #13ADE0; }
a { background-color: rgb(19,173,224); }
div.DivClassName
{
background-color: #13ADE0;
}
.BgClassName
{
background-color: #13ADE0;
}
</style>
border-color css
<style>
span { border-color: #13ADE0; }
span { border-color: rgb(19,173,224); }
td.TdClassName
{
border-color: #13ADE0;
}
.TagClassName
{
border-color: #13ADE0;
}
</style>