Shades of Summer Sky #19A8DC
Tints of Summer Sky #19A8DC
RGB
CMYK
RGB Variations
Color information
#19A8DC (or 0x19A8DC) is known color: Summer Sky. HEX triplet: 19, A8 and DC. RGB value is (25,168,220). Sum of RGB (Red+Green+Blue) = 25+168+220=413 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.05% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #19A8DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A8DC is #E65723. Grayscale: #828282. Windows color (decimal): -15095588 or 14460953. OLE color: 14460953.
HSL color Cylindrical-coordinate representation of color #19A8DC: hue angle of 196º 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 #19A8DC is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 168 | 220 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.14 |
| HSL | 196º | 0.8% | 0.48% | - |
| HSV(B) | 196º | 0.89% | 0.86% | - |
| XYZ | 27.32 | 33.38 | 72.71 | - |
| YUV | 131.17 | 178.12 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 220 | 0.89 | 0.24 | 0 | 0.14 | 196 | 0.8 | 0.48 |
| Hex | 19 | A8 | DC | 59 | 18 | 0 | E | C4 | 50 | 30 |
| Octal | 31 | 250 | 334 | 131 | 30 | 0 | 16 | 304 | 120 | 60 |
| Binary | 11001 | 10101000 | 11011100 | 1011001 | 11000 | 0 | 1110 | 11000100 | 1010000 | 110000 |
Color Harmonies of #19A8DC
Complementary color
Monochromatic Colors of #19A8DC
Black with #19A8DC
Text Example
Text Example
White with #19A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A8DC; }
p { color: rgb(25,168,220); }
H1.HeaderClassName
{
color: #19A8DC;
}
.AnyTagClassName
{
color: #19A8DC;
}
</style>
background-color css
<style>
a { background-color: #19A8DC; }
a { background-color: rgb(25,168,220); }
div.DivClassName
{
background-color: #19A8DC;
}
.BgClassName
{
background-color: #19A8DC;
}
</style>
border-color css
<style>
span { border-color: #19A8DC; }
span { border-color: rgb(25,168,220); }
td.TdClassName
{
border-color: #19A8DC;
}
.TagClassName
{
border-color: #19A8DC;
}
</style>