Shades of Iris Blue #19BADF
Tints of Iris Blue #19BADF
RGB
CMYK
RGB Variations
Color information
#19BADF (or 0x19BADF) is known color: Iris Blue. HEX triplet: 19, BA and DF. RGB value is (25,186,223). Sum of RGB (Red+Green+Blue) = 25+186+223=434 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.76% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #19BADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BADF is #E64520. Grayscale: #8D8D8D. Windows color (decimal): -15090977 or 14662169. OLE color: 14662169.
HSL color Cylindrical-coordinate representation of color #19BADF: hue angle of 191.21º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BADF is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 186 | 223 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.13 |
| HSL | 191.21º | 0.8% | 0.49% | - |
| HSV(B) | 191.21º | 0.89% | 0.87% | - |
| XYZ | 31.28 | 40.65 | 76.01 | - |
| YUV | 142.08 | 173.66 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 223 | 0.89 | 0.17 | 0 | 0.13 | 191.21 | 0.8 | 0.49 |
| Hex | 19 | BA | DF | 59 | 11 | 0 | D | BF | 50 | 31 |
| Octal | 31 | 272 | 337 | 131 | 21 | 0 | 15 | 277 | 120 | 61 |
| Binary | 11001 | 10111010 | 11011111 | 1011001 | 10001 | 0 | 1101 | 10111111 | 1010000 | 110001 |
Color Harmonies of #19BADF
Complementary color
Monochromatic Colors of #19BADF
Black with #19BADF
Text Example
Text Example
White with #19BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BADF; }
p { color: rgb(25,186,223); }
H1.HeaderClassName
{
color: #19BADF;
}
.AnyTagClassName
{
color: #19BADF;
}
</style>
background-color css
<style>
a { background-color: #19BADF; }
a { background-color: rgb(25,186,223); }
div.DivClassName
{
background-color: #19BADF;
}
.BgClassName
{
background-color: #19BADF;
}
</style>
border-color css
<style>
span { border-color: #19BADF; }
span { border-color: rgb(25,186,223); }
td.TdClassName
{
border-color: #19BADF;
}
.TagClassName
{
border-color: #19BADF;
}
</style>