Shades of Iris Blue #19BADB
Tints of Iris Blue #19BADB
RGB
CMYK
RGB Variations
Color information
#19BADB (or 0x19BADB) is known color: Iris Blue. HEX triplet: 19, BA and DB. RGB value is (25,186,219). Sum of RGB (Red+Green+Blue) = 25+186+219=430 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.81% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #19BADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BADB is #E64524. Grayscale: #8D8D8D. Windows color (decimal): -15090981 or 14400025. OLE color: 14400025.
HSL color Cylindrical-coordinate representation of color #19BADB: hue angle of 190.21º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BADB is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 186 | 219 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.14 |
| HSL | 190.21º | 0.8% | 0.48% | - |
| HSV(B) | 190.21º | 0.89% | 0.86% | - |
| XYZ | 30.75 | 40.44 | 73.2 | - |
| YUV | 141.62 | 171.66 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 219 | 0.89 | 0.15 | 0 | 0.14 | 190.21 | 0.8 | 0.48 |
| Hex | 19 | BA | DB | 59 | F | 0 | E | BE | 50 | 30 |
| Octal | 31 | 272 | 333 | 131 | 17 | 0 | 16 | 276 | 120 | 60 |
| Binary | 11001 | 10111010 | 11011011 | 1011001 | 1111 | 0 | 1110 | 10111110 | 1010000 | 110000 |
Color Harmonies of #19BADB
Complementary color
Monochromatic Colors of #19BADB
Black with #19BADB
Text Example
Text Example
White with #19BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BADB; }
p { color: rgb(25,186,219); }
H1.HeaderClassName
{
color: #19BADB;
}
.AnyTagClassName
{
color: #19BADB;
}
</style>
background-color css
<style>
a { background-color: #19BADB; }
a { background-color: rgb(25,186,219); }
div.DivClassName
{
background-color: #19BADB;
}
.BgClassName
{
background-color: #19BADB;
}
</style>
border-color css
<style>
span { border-color: #19BADB; }
span { border-color: rgb(25,186,219); }
td.TdClassName
{
border-color: #19BADB;
}
.TagClassName
{
border-color: #19BADB;
}
</style>