Shades of Iris Blue #19BADE
Tints of Iris Blue #19BADE
RGB
CMYK
RGB Variations
Color information
#19BADE (or 0x19BADE) is known color: Iris Blue. HEX triplet: 19, BA and DE. RGB value is (25,186,222). Sum of RGB (Red+Green+Blue) = 25+186+222=433 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.77% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #19BADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BADE is #E64521. Grayscale: #8D8D8D. Windows color (decimal): -15090978 or 14596633. OLE color: 14596633.
HSL color Cylindrical-coordinate representation of color #19BADE: hue angle of 190.96º 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 #19BADE is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 186 | 222 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.13 |
| HSL | 190.96º | 0.8% | 0.48% | - |
| HSV(B) | 190.96º | 0.89% | 0.87% | - |
| XYZ | 31.14 | 40.6 | 75.3 | - |
| YUV | 141.97 | 173.16 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 222 | 0.89 | 0.16 | 0 | 0.13 | 190.96 | 0.8 | 0.48 |
| Hex | 19 | BA | DE | 59 | 10 | 0 | D | BF | 50 | 30 |
| Octal | 31 | 272 | 336 | 131 | 20 | 0 | 15 | 277 | 120 | 60 |
| Binary | 11001 | 10111010 | 11011110 | 1011001 | 10000 | 0 | 1101 | 10111111 | 1010000 | 110000 |
Color Harmonies of #19BADE
Complementary color
Monochromatic Colors of #19BADE
Black with #19BADE
Text Example
Text Example
White with #19BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BADE; }
p { color: rgb(25,186,222); }
H1.HeaderClassName
{
color: #19BADE;
}
.AnyTagClassName
{
color: #19BADE;
}
</style>
background-color css
<style>
a { background-color: #19BADE; }
a { background-color: rgb(25,186,222); }
div.DivClassName
{
background-color: #19BADE;
}
.BgClassName
{
background-color: #19BADE;
}
</style>
border-color css
<style>
span { border-color: #19BADE; }
span { border-color: rgb(25,186,222); }
td.TdClassName
{
border-color: #19BADE;
}
.TagClassName
{
border-color: #19BADE;
}
</style>