Shades of Iris Blue #19BADD
Tints of Iris Blue #19BADD
RGB
CMYK
RGB Variations
Color information
#19BADD (or 0x19BADD) is known color: Iris Blue. HEX triplet: 19, BA and DD. RGB value is (25,186,221). Sum of RGB (Red+Green+Blue) = 25+186+221=432 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.79% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #19BADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BADD is #E64522. Grayscale: #8D8D8D. Windows color (decimal): -15090979 or 14531097. OLE color: 14531097.
HSL color Cylindrical-coordinate representation of color #19BADD: hue angle of 190.71º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BADD is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 186 | 221 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.13 |
| HSL | 190.71º | 0.8% | 0.48% | - |
| HSV(B) | 190.71º | 0.89% | 0.87% | - |
| XYZ | 31.01 | 40.54 | 74.6 | - |
| YUV | 141.85 | 172.66 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 221 | 0.89 | 0.16 | 0 | 0.13 | 190.71 | 0.8 | 0.48 |
| Hex | 19 | BA | DD | 59 | 10 | 0 | D | BF | 50 | 30 |
| Octal | 31 | 272 | 335 | 131 | 20 | 0 | 15 | 277 | 120 | 60 |
| Binary | 11001 | 10111010 | 11011101 | 1011001 | 10000 | 0 | 1101 | 10111111 | 1010000 | 110000 |
Color Harmonies of #19BADD
Complementary color
Monochromatic Colors of #19BADD
Black with #19BADD
Text Example
Text Example
White with #19BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BADD; }
p { color: rgb(25,186,221); }
H1.HeaderClassName
{
color: #19BADD;
}
.AnyTagClassName
{
color: #19BADD;
}
</style>
background-color css
<style>
a { background-color: #19BADD; }
a { background-color: rgb(25,186,221); }
div.DivClassName
{
background-color: #19BADD;
}
.BgClassName
{
background-color: #19BADD;
}
</style>
border-color css
<style>
span { border-color: #19BADD; }
span { border-color: rgb(25,186,221); }
td.TdClassName
{
border-color: #19BADD;
}
.TagClassName
{
border-color: #19BADD;
}
</style>