Shades of Summer Sky #19A4DF
Tints of Summer Sky #19A4DF
RGB
CMYK
RGB Variations
Color information
#19A4DF (or 0x19A4DF) is known color: Summer Sky. HEX triplet: 19, A4 and DF. RGB value is (25,164,223). Sum of RGB (Red+Green+Blue) = 25+164+223=412 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.07% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #19A4DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A4DF is #E65B20. Grayscale: #808080. Windows color (decimal): -15096609 or 14656537. OLE color: 14656537.
HSL color Cylindrical-coordinate representation of color #19A4DF: hue angle of 197.88º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19A4DF is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 164 | 223 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.13 |
| HSL | 197.88º | 0.8% | 0.49% | - |
| HSV(B) | 197.88º | 0.89% | 0.87% | - |
| XYZ | 27 | 32.09 | 74.58 | - |
| YUV | 129.17 | 180.95 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 164 | 223 | 0.89 | 0.26 | 0 | 0.13 | 197.88 | 0.8 | 0.49 |
| Hex | 19 | A4 | DF | 59 | 1A | 0 | D | C6 | 50 | 31 |
| Octal | 31 | 244 | 337 | 131 | 32 | 0 | 15 | 306 | 120 | 61 |
| Binary | 11001 | 10100100 | 11011111 | 1011001 | 11010 | 0 | 1101 | 11000110 | 1010000 | 110001 |
Color Harmonies of #19A4DF
Complementary color
Monochromatic Colors of #19A4DF
Black with #19A4DF
Text Example
Text Example
White with #19A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A4DF; }
p { color: rgb(25,164,223); }
H1.HeaderClassName
{
color: #19A4DF;
}
.AnyTagClassName
{
color: #19A4DF;
}
</style>
background-color css
<style>
a { background-color: #19A4DF; }
a { background-color: rgb(25,164,223); }
div.DivClassName
{
background-color: #19A4DF;
}
.BgClassName
{
background-color: #19A4DF;
}
</style>
border-color css
<style>
span { border-color: #19A4DF; }
span { border-color: rgb(25,164,223); }
td.TdClassName
{
border-color: #19A4DF;
}
.TagClassName
{
border-color: #19A4DF;
}
</style>