Shades of Iris Blue #19ABCE
Tints of Iris Blue #19ABCE
RGB
CMYK
RGB Variations
Color information
#19ABCE (or 0x19ABCE) is known color: Iris Blue. HEX triplet: 19, AB and CE. RGB value is (25,171,206). Sum of RGB (Red+Green+Blue) = 25+171+206=402 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.22% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #19ABCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ABCE is #E65431. Grayscale: #838383. Windows color (decimal): -15094834 or 13544217. OLE color: 13544217.
HSL color Cylindrical-coordinate representation of color #19ABCE: hue angle of 191.6º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19ABCE is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 171 | 206 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.19 |
| HSL | 191.6º | 0.78% | 0.45% | - |
| HSV(B) | 191.6º | 0.88% | 0.81% | - |
| XYZ | 26.1 | 33.79 | 63.54 | - |
| YUV | 131.34 | 170.13 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 206 | 0.88 | 0.17 | 0 | 0.19 | 191.6 | 0.78 | 0.45 |
| Hex | 19 | AB | CE | 58 | 11 | 0 | 13 | C0 | 4E | 2D |
| Octal | 31 | 253 | 316 | 130 | 21 | 0 | 23 | 300 | 116 | 55 |
| Binary | 11001 | 10101011 | 11001110 | 1011000 | 10001 | 0 | 10011 | 11000000 | 1001110 | 101101 |
Color Harmonies of #19ABCE
Complementary color
Monochromatic Colors of #19ABCE
Black with #19ABCE
Text Example
Text Example
White with #19ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ABCE; }
p { color: rgb(25,171,206); }
H1.HeaderClassName
{
color: #19ABCE;
}
.AnyTagClassName
{
color: #19ABCE;
}
</style>
background-color css
<style>
a { background-color: #19ABCE; }
a { background-color: rgb(25,171,206); }
div.DivClassName
{
background-color: #19ABCE;
}
.BgClassName
{
background-color: #19ABCE;
}
</style>
border-color css
<style>
span { border-color: #19ABCE; }
span { border-color: rgb(25,171,206); }
td.TdClassName
{
border-color: #19ABCE;
}
.TagClassName
{
border-color: #19ABCE;
}
</style>