Shades of Summer Sky #19A8E4
Tints of Summer Sky #19A8E4
RGB
CMYK
RGB Variations
Color information
#19A8E4 (or 0x19A8E4) is known color: Summer Sky. HEX triplet: 19, A8 and E4. RGB value is (25,168,228). Sum of RGB (Red+Green+Blue) = 25+168+228=421 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.94% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #19A8E4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A8E4 is #E6571B. Grayscale: #838383. Windows color (decimal): -15095580 or 14985241. OLE color: 14985241.
HSL color Cylindrical-coordinate representation of color #19A8E4: hue angle of 197.73º 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 #19A8E4 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 168 | 228 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.11 |
| HSL | 197.73º | 0.8% | 0.5% | - |
| HSV(B) | 197.73º | 0.89% | 0.89% | - |
| XYZ | 28.41 | 33.81 | 78.43 | - |
| YUV | 132.08 | 182.12 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 228 | 0.89 | 0.26 | 0 | 0.11 | 197.73 | 0.8 | 0.5 |
| Hex | 19 | A8 | E4 | 59 | 1A | 0 | B | C6 | 50 | 32 |
| Octal | 31 | 250 | 344 | 131 | 32 | 0 | 13 | 306 | 120 | 62 |
| Binary | 11001 | 10101000 | 11100100 | 1011001 | 11010 | 0 | 1011 | 11000110 | 1010000 | 110010 |
Color Harmonies of #19A8E4
Complementary color
Monochromatic Colors of #19A8E4
Black with #19A8E4
Text Example
Text Example
White with #19A8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A8E4; }
p { color: rgb(25,168,228); }
H1.HeaderClassName
{
color: #19A8E4;
}
.AnyTagClassName
{
color: #19A8E4;
}
</style>
background-color css
<style>
a { background-color: #19A8E4; }
a { background-color: rgb(25,168,228); }
div.DivClassName
{
background-color: #19A8E4;
}
.BgClassName
{
background-color: #19A8E4;
}
</style>
border-color css
<style>
span { border-color: #19A8E4; }
span { border-color: rgb(25,168,228); }
td.TdClassName
{
border-color: #19A8E4;
}
.TagClassName
{
border-color: #19A8E4;
}
</style>