Shades of Iris Blue #19AECD
Tints of Iris Blue #19AECD
RGB
CMYK
RGB Variations
Color information
#19AECD (or 0x19AECD) is known color: Iris Blue. HEX triplet: 19, AE and CD. RGB value is (25,174,205). Sum of RGB (Red+Green+Blue) = 25+174+205=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #19AECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AECD is #E65132. Grayscale: #848484. Windows color (decimal): -15094067 or 13479449. OLE color: 13479449.
HSL color Cylindrical-coordinate representation of color #19AECD: hue angle of 190.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19AECD is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 174 | 205 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.20 |
| HSL | 190.33º | 0.78% | 0.45% | - |
| HSV(B) | 190.33º | 0.88% | 0.8% | - |
| XYZ | 26.56 | 34.89 | 63.09 | - |
| YUV | 132.98 | 168.64 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 174 | 205 | 0.88 | 0.15 | 0 | 0.20 | 190.33 | 0.78 | 0.45 |
| Hex | 19 | AE | CD | 58 | F | 0 | 14 | BE | 4E | 2D |
| Octal | 31 | 256 | 315 | 130 | 17 | 0 | 24 | 276 | 116 | 55 |
| Binary | 11001 | 10101110 | 11001101 | 1011000 | 1111 | 0 | 10100 | 10111110 | 1001110 | 101101 |
Color Harmonies of #19AECD
Complementary color
Monochromatic Colors of #19AECD
Black with #19AECD
Text Example
Text Example
White with #19AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AECD; }
p { color: rgb(25,174,205); }
H1.HeaderClassName
{
color: #19AECD;
}
.AnyTagClassName
{
color: #19AECD;
}
</style>
background-color css
<style>
a { background-color: #19AECD; }
a { background-color: rgb(25,174,205); }
div.DivClassName
{
background-color: #19AECD;
}
.BgClassName
{
background-color: #19AECD;
}
</style>
border-color css
<style>
span { border-color: #19AECD; }
span { border-color: rgb(25,174,205); }
td.TdClassName
{
border-color: #19AECD;
}
.TagClassName
{
border-color: #19AECD;
}
</style>