Shades of Iris Blue #19BACA
Tints of Iris Blue #19BACA
RGB
CMYK
RGB Variations
Color information
#19BACA (or 0x19BACA) is known color: Iris Blue. HEX triplet: 19, BA and CA. RGB value is (25,186,202). Sum of RGB (Red+Green+Blue) = 25+186+202=413 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.05% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #19BACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BACA is #E64535. Grayscale: #8B8B8B. Windows color (decimal): -15090998 or 13285913. OLE color: 13285913.
HSL color Cylindrical-coordinate representation of color #19BACA: hue angle of 185.42º 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 #19BACA is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 186 | 202 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.21 |
| HSL | 185.42º | 0.78% | 0.45% | - |
| HSV(B) | 185.42º | 0.88% | 0.79% | - |
| XYZ | 28.62 | 39.59 | 62.01 | - |
| YUV | 139.69 | 163.16 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 202 | 0.88 | 0.08 | 0 | 0.21 | 185.42 | 0.78 | 0.45 |
| Hex | 19 | BA | CA | 58 | 8 | 0 | 15 | B9 | 4E | 2D |
| Octal | 31 | 272 | 312 | 130 | 10 | 0 | 25 | 271 | 116 | 55 |
| Binary | 11001 | 10111010 | 11001010 | 1011000 | 1000 | 0 | 10101 | 10111001 | 1001110 | 101101 |
Color Harmonies of #19BACA
Complementary color
Monochromatic Colors of #19BACA
Black with #19BACA
Text Example
Text Example
White with #19BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BACA; }
p { color: rgb(25,186,202); }
H1.HeaderClassName
{
color: #19BACA;
}
.AnyTagClassName
{
color: #19BACA;
}
</style>
background-color css
<style>
a { background-color: #19BACA; }
a { background-color: rgb(25,186,202); }
div.DivClassName
{
background-color: #19BACA;
}
.BgClassName
{
background-color: #19BACA;
}
</style>
border-color css
<style>
span { border-color: #19BACA; }
span { border-color: rgb(25,186,202); }
td.TdClassName
{
border-color: #19BACA;
}
.TagClassName
{
border-color: #19BACA;
}
</style>