Shades of Iris Blue #19A8D0
Tints of Iris Blue #19A8D0
RGB
CMYK
RGB Variations
Color information
#19A8D0 (or 0x19A8D0) is known color: Iris Blue. HEX triplet: 19, A8 and D0. RGB value is (25,168,208). Sum of RGB (Red+Green+Blue) = 25+168+208=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #19A8D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A8D0 is #E6572F. Grayscale: #818181. Windows color (decimal): -15095600 or 13674521. OLE color: 13674521.
HSL color Cylindrical-coordinate representation of color #19A8D0: hue angle of 193.11º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19A8D0 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 168 | 208 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.18 |
| HSL | 193.11º | 0.79% | 0.46% | - |
| HSV(B) | 193.11º | 0.88% | 0.82% | - |
| XYZ | 25.79 | 32.77 | 64.64 | - |
| YUV | 129.8 | 172.12 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 208 | 0.88 | 0.19 | 0 | 0.18 | 193.11 | 0.79 | 0.46 |
| Hex | 19 | A8 | D0 | 58 | 13 | 0 | 12 | C1 | 4F | 2E |
| Octal | 31 | 250 | 320 | 130 | 23 | 0 | 22 | 301 | 117 | 56 |
| Binary | 11001 | 10101000 | 11010000 | 1011000 | 10011 | 0 | 10010 | 11000001 | 1001111 | 101110 |
Color Harmonies of #19A8D0
Complementary color
Monochromatic Colors of #19A8D0
Black with #19A8D0
Text Example
Text Example
White with #19A8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A8D0; }
p { color: rgb(25,168,208); }
H1.HeaderClassName
{
color: #19A8D0;
}
.AnyTagClassName
{
color: #19A8D0;
}
</style>
background-color css
<style>
a { background-color: #19A8D0; }
a { background-color: rgb(25,168,208); }
div.DivClassName
{
background-color: #19A8D0;
}
.BgClassName
{
background-color: #19A8D0;
}
</style>
border-color css
<style>
span { border-color: #19A8D0; }
span { border-color: rgb(25,168,208); }
td.TdClassName
{
border-color: #19A8D0;
}
.TagClassName
{
border-color: #19A8D0;
}
</style>