Shades of Summer Sky #19A8DF
Tints of Summer Sky #19A8DF
RGB
CMYK
RGB Variations
Color information
#19A8DF (or 0x19A8DF) is known color: Summer Sky. HEX triplet: 19, A8 and DF. RGB value is (25,168,223). Sum of RGB (Red+Green+Blue) = 25+168+223=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #19A8DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A8DF is #E65720. Grayscale: #838383. Windows color (decimal): -15095585 or 14657561. OLE color: 14657561.
HSL color Cylindrical-coordinate representation of color #19A8DF: hue angle of 196.67º 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 #19A8DF is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 168 | 223 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.13 |
| HSL | 196.67º | 0.8% | 0.49% | - |
| HSV(B) | 196.67º | 0.89% | 0.87% | - |
| XYZ | 27.72 | 33.54 | 74.82 | - |
| YUV | 131.51 | 179.62 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 223 | 0.89 | 0.25 | 0 | 0.13 | 196.67 | 0.8 | 0.49 |
| Hex | 19 | A8 | DF | 59 | 19 | 0 | D | C5 | 50 | 31 |
| Octal | 31 | 250 | 337 | 131 | 31 | 0 | 15 | 305 | 120 | 61 |
| Binary | 11001 | 10101000 | 11011111 | 1011001 | 11001 | 0 | 1101 | 11000101 | 1010000 | 110001 |
Color Harmonies of #19A8DF
Complementary color
Monochromatic Colors of #19A8DF
Black with #19A8DF
Text Example
Text Example
White with #19A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A8DF; }
p { color: rgb(25,168,223); }
H1.HeaderClassName
{
color: #19A8DF;
}
.AnyTagClassName
{
color: #19A8DF;
}
</style>
background-color css
<style>
a { background-color: #19A8DF; }
a { background-color: rgb(25,168,223); }
div.DivClassName
{
background-color: #19A8DF;
}
.BgClassName
{
background-color: #19A8DF;
}
</style>
border-color css
<style>
span { border-color: #19A8DF; }
span { border-color: rgb(25,168,223); }
td.TdClassName
{
border-color: #19A8DF;
}
.TagClassName
{
border-color: #19A8DF;
}
</style>