Shades of Summer Sky #19A1DB
Tints of Summer Sky #19A1DB
RGB
CMYK
RGB Variations
Color information
#19A1DB (or 0x19A1DB) is known color: Summer Sky. HEX triplet: 19, A1 and DB. RGB value is (25,161,219). Sum of RGB (Red+Green+Blue) = 25+161+219=405 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.17% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #19A1DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A1DB is #E65E24. Grayscale: #7E7E7E. Windows color (decimal): -15097381 or 14393625. OLE color: 14393625.
HSL color Cylindrical-coordinate representation of color #19A1DB: hue angle of 197.94º 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 #19A1DB is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 161 | 219 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.14 |
| HSL | 197.94º | 0.8% | 0.48% | - |
| HSV(B) | 197.94º | 0.89% | 0.86% | - |
| XYZ | 25.93 | 30.81 | 71.6 | - |
| YUV | 126.95 | 179.94 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 161 | 219 | 0.89 | 0.26 | 0 | 0.14 | 197.94 | 0.8 | 0.48 |
| Hex | 19 | A1 | DB | 59 | 1A | 0 | E | C6 | 50 | 30 |
| Octal | 31 | 241 | 333 | 131 | 32 | 0 | 16 | 306 | 120 | 60 |
| Binary | 11001 | 10100001 | 11011011 | 1011001 | 11010 | 0 | 1110 | 11000110 | 1010000 | 110000 |
Color Harmonies of #19A1DB
Complementary color
Monochromatic Colors of #19A1DB
Black with #19A1DB
Text Example
Text Example
White with #19A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A1DB; }
p { color: rgb(25,161,219); }
H1.HeaderClassName
{
color: #19A1DB;
}
.AnyTagClassName
{
color: #19A1DB;
}
</style>
background-color css
<style>
a { background-color: #19A1DB; }
a { background-color: rgb(25,161,219); }
div.DivClassName
{
background-color: #19A1DB;
}
.BgClassName
{
background-color: #19A1DB;
}
</style>
border-color css
<style>
span { border-color: #19A1DB; }
span { border-color: rgb(25,161,219); }
td.TdClassName
{
border-color: #19A1DB;
}
.TagClassName
{
border-color: #19A1DB;
}
</style>