Shades of Summer Sky #19A9DD
Tints of Summer Sky #19A9DD
RGB
CMYK
RGB Variations
Color information
#19A9DD (or 0x19A9DD) is known color: Summer Sky. HEX triplet: 19, A9 and DD. RGB value is (25,169,221). Sum of RGB (Red+Green+Blue) = 25+169+221=415 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.02% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #19A9DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A9DD is #E65622. Grayscale: #838383. Windows color (decimal): -15095331 or 14526745. OLE color: 14526745.
HSL color Cylindrical-coordinate representation of color #19A9DD: hue angle of 195.92º 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 #19A9DD is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 169 | 221 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.13 |
| HSL | 195.92º | 0.8% | 0.48% | - |
| HSV(B) | 195.92º | 0.89% | 0.87% | - |
| XYZ | 27.64 | 33.8 | 73.47 | - |
| YUV | 131.87 | 178.29 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 169 | 221 | 0.89 | 0.24 | 0 | 0.13 | 195.92 | 0.8 | 0.48 |
| Hex | 19 | A9 | DD | 59 | 18 | 0 | D | C4 | 50 | 30 |
| Octal | 31 | 251 | 335 | 131 | 30 | 0 | 15 | 304 | 120 | 60 |
| Binary | 11001 | 10101001 | 11011101 | 1011001 | 11000 | 0 | 1101 | 11000100 | 1010000 | 110000 |
Color Harmonies of #19A9DD
Complementary color
Monochromatic Colors of #19A9DD
Black with #19A9DD
Text Example
Text Example
White with #19A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A9DD; }
p { color: rgb(25,169,221); }
H1.HeaderClassName
{
color: #19A9DD;
}
.AnyTagClassName
{
color: #19A9DD;
}
</style>
background-color css
<style>
a { background-color: #19A9DD; }
a { background-color: rgb(25,169,221); }
div.DivClassName
{
background-color: #19A9DD;
}
.BgClassName
{
background-color: #19A9DD;
}
</style>
border-color css
<style>
span { border-color: #19A9DD; }
span { border-color: rgb(25,169,221); }
td.TdClassName
{
border-color: #19A9DD;
}
.TagClassName
{
border-color: #19A9DD;
}
</style>