Shades of Summer Sky #19A6DB
Tints of Summer Sky #19A6DB
RGB
CMYK
RGB Variations
Color information
#19A6DB (or 0x19A6DB) is known color: Summer Sky. HEX triplet: 19, A6 and DB. RGB value is (25,166,219). Sum of RGB (Red+Green+Blue) = 25+166+219=410 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.10% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #19A6DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A6DB is #E65924. Grayscale: #818181. Windows color (decimal): -15096101 or 14394905. OLE color: 14394905.
HSL color Cylindrical-coordinate representation of color #19A6DB: hue angle of 196.39º 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 #19A6DB is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 166 | 219 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.14 |
| HSL | 196.39º | 0.8% | 0.48% | - |
| HSV(B) | 196.39º | 0.89% | 0.86% | - |
| XYZ | 26.82 | 32.59 | 71.9 | - |
| YUV | 129.88 | 178.29 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 166 | 219 | 0.89 | 0.24 | 0 | 0.14 | 196.39 | 0.8 | 0.48 |
| Hex | 19 | A6 | DB | 59 | 18 | 0 | E | C4 | 50 | 30 |
| Octal | 31 | 246 | 333 | 131 | 30 | 0 | 16 | 304 | 120 | 60 |
| Binary | 11001 | 10100110 | 11011011 | 1011001 | 11000 | 0 | 1110 | 11000100 | 1010000 | 110000 |
Color Harmonies of #19A6DB
Complementary color
Monochromatic Colors of #19A6DB
Black with #19A6DB
Text Example
Text Example
White with #19A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A6DB; }
p { color: rgb(25,166,219); }
H1.HeaderClassName
{
color: #19A6DB;
}
.AnyTagClassName
{
color: #19A6DB;
}
</style>
background-color css
<style>
a { background-color: #19A6DB; }
a { background-color: rgb(25,166,219); }
div.DivClassName
{
background-color: #19A6DB;
}
.BgClassName
{
background-color: #19A6DB;
}
</style>
border-color css
<style>
span { border-color: #19A6DB; }
span { border-color: rgb(25,166,219); }
td.TdClassName
{
border-color: #19A6DB;
}
.TagClassName
{
border-color: #19A6DB;
}
</style>