Shades of Summer Sky #19A8DB
Tints of Summer Sky #19A8DB
RGB
CMYK
RGB Variations
Color information
#19A8DB (or 0x19A8DB) is known color: Summer Sky. HEX triplet: 19, A8 and DB. RGB value is (25,168,219). Sum of RGB (Red+Green+Blue) = 25+168+219=412 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.07% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #19A8DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A8DB is #E65724. Grayscale: #828282. Windows color (decimal): -15095589 or 14395417. OLE color: 14395417.
HSL color Cylindrical-coordinate representation of color #19A8DB: hue angle of 195.77º 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 #19A8DB is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 168 | 219 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.14 |
| HSL | 195.77º | 0.8% | 0.48% | - |
| HSV(B) | 195.77º | 0.89% | 0.86% | - |
| XYZ | 27.19 | 33.33 | 72.02 | - |
| YUV | 131.06 | 177.62 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 219 | 0.89 | 0.23 | 0 | 0.14 | 195.77 | 0.8 | 0.48 |
| Hex | 19 | A8 | DB | 59 | 17 | 0 | E | C4 | 50 | 30 |
| Octal | 31 | 250 | 333 | 131 | 27 | 0 | 16 | 304 | 120 | 60 |
| Binary | 11001 | 10101000 | 11011011 | 1011001 | 10111 | 0 | 1110 | 11000100 | 1010000 | 110000 |
Color Harmonies of #19A8DB
Complementary color
Monochromatic Colors of #19A8DB
Black with #19A8DB
Text Example
Text Example
White with #19A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A8DB; }
p { color: rgb(25,168,219); }
H1.HeaderClassName
{
color: #19A8DB;
}
.AnyTagClassName
{
color: #19A8DB;
}
</style>
background-color css
<style>
a { background-color: #19A8DB; }
a { background-color: rgb(25,168,219); }
div.DivClassName
{
background-color: #19A8DB;
}
.BgClassName
{
background-color: #19A8DB;
}
</style>
border-color css
<style>
span { border-color: #19A8DB; }
span { border-color: rgb(25,168,219); }
td.TdClassName
{
border-color: #19A8DB;
}
.TagClassName
{
border-color: #19A8DB;
}
</style>