Shades of Summer Sky #19A6E4
Tints of Summer Sky #19A6E4
RGB
CMYK
RGB Variations
Color information
#19A6E4 (or 0x19A6E4) is known color: Summer Sky. HEX triplet: 19, A6 and E4. RGB value is (25,166,228). Sum of RGB (Red+Green+Blue) = 25+166+228=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 228 (89.45% from 255 or 54.42% from 419); Max value from RGB is 228 - color contains mainly: blue. Hex color #19A6E4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A6E4 is #E6591B. Grayscale: #828282. Windows color (decimal): -15096092 or 14984729. OLE color: 14984729.
HSL color Cylindrical-coordinate representation of color #19A6E4: hue angle of 198.33º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19A6E4 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 166 | 228 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.11 |
| HSL | 198.33º | 0.8% | 0.5% | - |
| HSV(B) | 198.33º | 0.89% | 0.89% | - |
| XYZ | 28.04 | 33.08 | 78.31 | - |
| YUV | 130.91 | 182.79 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 166 | 228 | 0.89 | 0.27 | 0 | 0.11 | 198.33 | 0.8 | 0.5 |
| Hex | 19 | A6 | E4 | 59 | 1B | 0 | B | C6 | 50 | 32 |
| Octal | 31 | 246 | 344 | 131 | 33 | 0 | 13 | 306 | 120 | 62 |
| Binary | 11001 | 10100110 | 11100100 | 1011001 | 11011 | 0 | 1011 | 11000110 | 1010000 | 110010 |
Color Harmonies of #19A6E4
Complementary color
Monochromatic Colors of #19A6E4
Black with #19A6E4
Text Example
Text Example
White with #19A6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A6E4; }
p { color: rgb(25,166,228); }
H1.HeaderClassName
{
color: #19A6E4;
}
.AnyTagClassName
{
color: #19A6E4;
}
</style>
background-color css
<style>
a { background-color: #19A6E4; }
a { background-color: rgb(25,166,228); }
div.DivClassName
{
background-color: #19A6E4;
}
.BgClassName
{
background-color: #19A6E4;
}
</style>
border-color css
<style>
span { border-color: #19A6E4; }
span { border-color: rgb(25,166,228); }
td.TdClassName
{
border-color: #19A6E4;
}
.TagClassName
{
border-color: #19A6E4;
}
</style>