Shades of Iris Blue #19AECA
Tints of Iris Blue #19AECA
RGB
CMYK
RGB Variations
Color information
#19AECA (or 0x19AECA) is known color: Iris Blue. HEX triplet: 19, AE and CA. RGB value is (25,174,202). Sum of RGB (Red+Green+Blue) = 25+174+202=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #19AECA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AECA is #E65135. Grayscale: #848484. Windows color (decimal): -15094070 or 13282841. OLE color: 13282841.
HSL color Cylindrical-coordinate representation of color #19AECA: hue angle of 189.49º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19AECA is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 174 | 202 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.21 |
| HSL | 189.49º | 0.78% | 0.45% | - |
| HSV(B) | 189.49º | 0.88% | 0.79% | - |
| XYZ | 26.2 | 34.74 | 61.2 | - |
| YUV | 132.64 | 167.14 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 174 | 202 | 0.88 | 0.14 | 0 | 0.21 | 189.49 | 0.78 | 0.45 |
| Hex | 19 | AE | CA | 58 | E | 0 | 15 | BD | 4E | 2D |
| Octal | 31 | 256 | 312 | 130 | 16 | 0 | 25 | 275 | 116 | 55 |
| Binary | 11001 | 10101110 | 11001010 | 1011000 | 1110 | 0 | 10101 | 10111101 | 1001110 | 101101 |
Color Harmonies of #19AECA
Complementary color
Monochromatic Colors of #19AECA
Black with #19AECA
Text Example
Text Example
White with #19AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AECA; }
p { color: rgb(25,174,202); }
H1.HeaderClassName
{
color: #19AECA;
}
.AnyTagClassName
{
color: #19AECA;
}
</style>
background-color css
<style>
a { background-color: #19AECA; }
a { background-color: rgb(25,174,202); }
div.DivClassName
{
background-color: #19AECA;
}
.BgClassName
{
background-color: #19AECA;
}
</style>
border-color css
<style>
span { border-color: #19AECA; }
span { border-color: rgb(25,174,202); }
td.TdClassName
{
border-color: #19AECA;
}
.TagClassName
{
border-color: #19AECA;
}
</style>