Shades of Summer Sky #19A8DD
Tints of Summer Sky #19A8DD
RGB
CMYK
RGB Variations
Color information
#19A8DD (or 0x19A8DD) is known color: Summer Sky. HEX triplet: 19, A8 and DD. RGB value is (25,168,221). Sum of RGB (Red+Green+Blue) = 25+168+221=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #19A8DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A8DD is #E65722. Grayscale: #828282. Windows color (decimal): -15095587 or 14526489. OLE color: 14526489.
HSL color Cylindrical-coordinate representation of color #19A8DD: hue angle of 196.22º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19A8DD is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 168 | 221 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.13 |
| HSL | 196.22º | 0.8% | 0.48% | - |
| HSV(B) | 196.22º | 0.89% | 0.87% | - |
| XYZ | 27.45 | 33.43 | 73.41 | - |
| YUV | 131.29 | 178.62 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 221 | 0.89 | 0.24 | 0 | 0.13 | 196.22 | 0.8 | 0.48 |
| Hex | 19 | A8 | DD | 59 | 18 | 0 | D | C4 | 50 | 30 |
| Octal | 31 | 250 | 335 | 131 | 30 | 0 | 15 | 304 | 120 | 60 |
| Binary | 11001 | 10101000 | 11011101 | 1011001 | 11000 | 0 | 1101 | 11000100 | 1010000 | 110000 |
Color Harmonies of #19A8DD
Complementary color
Monochromatic Colors of #19A8DD
Black with #19A8DD
Text Example
Text Example
White with #19A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A8DD; }
p { color: rgb(25,168,221); }
H1.HeaderClassName
{
color: #19A8DD;
}
.AnyTagClassName
{
color: #19A8DD;
}
</style>
background-color css
<style>
a { background-color: #19A8DD; }
a { background-color: rgb(25,168,221); }
div.DivClassName
{
background-color: #19A8DD;
}
.BgClassName
{
background-color: #19A8DD;
}
</style>
border-color css
<style>
span { border-color: #19A8DD; }
span { border-color: rgb(25,168,221); }
td.TdClassName
{
border-color: #19A8DD;
}
.TagClassName
{
border-color: #19A8DD;
}
</style>