Shades of Iris Blue #19AFDB
Tints of Iris Blue #19AFDB
RGB
CMYK
RGB Variations
Color information
#19AFDB (or 0x19AFDB) is known color: Iris Blue. HEX triplet: 19, AF and DB. RGB value is (25,175,219). Sum of RGB (Red+Green+Blue) = 25+175+219=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #19AFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AFDB is #E65024. Grayscale: #868686. Windows color (decimal): -15093797 or 14397209. OLE color: 14397209.
HSL color Cylindrical-coordinate representation of color #19AFDB: hue angle of 193.61º 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 #19AFDB is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 175 | 219 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.14 |
| HSL | 193.61º | 0.8% | 0.48% | - |
| HSV(B) | 193.61º | 0.89% | 0.86% | - |
| XYZ | 28.52 | 35.98 | 72.46 | - |
| YUV | 135.17 | 175.31 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 219 | 0.89 | 0.20 | 0 | 0.14 | 193.61 | 0.8 | 0.48 |
| Hex | 19 | AF | DB | 59 | 14 | 0 | E | C2 | 50 | 30 |
| Octal | 31 | 257 | 333 | 131 | 24 | 0 | 16 | 302 | 120 | 60 |
| Binary | 11001 | 10101111 | 11011011 | 1011001 | 10100 | 0 | 1110 | 11000010 | 1010000 | 110000 |
Color Harmonies of #19AFDB
Complementary color
Monochromatic Colors of #19AFDB
Black with #19AFDB
Text Example
Text Example
White with #19AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AFDB; }
p { color: rgb(25,175,219); }
H1.HeaderClassName
{
color: #19AFDB;
}
.AnyTagClassName
{
color: #19AFDB;
}
</style>
background-color css
<style>
a { background-color: #19AFDB; }
a { background-color: rgb(25,175,219); }
div.DivClassName
{
background-color: #19AFDB;
}
.BgClassName
{
background-color: #19AFDB;
}
</style>
border-color css
<style>
span { border-color: #19AFDB; }
span { border-color: rgb(25,175,219); }
td.TdClassName
{
border-color: #19AFDB;
}
.TagClassName
{
border-color: #19AFDB;
}
</style>