Shades of Summer Sky #19A5E3
Tints of Summer Sky #19A5E3
RGB
CMYK
RGB Variations
Color information
#19A5E3 (or 0x19A5E3) is known color: Summer Sky. HEX triplet: 19, A5 and E3. RGB value is (25,165,227). Sum of RGB (Red+Green+Blue) = 25+165+227=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 227 (89.06% from 255 or 54.44% from 417); Max value from RGB is 227 - color contains mainly: blue. Hex color #19A5E3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A5E3 is #E65A1C. Grayscale: #818181. Windows color (decimal): -15096349 or 14918937. OLE color: 14918937.
HSL color Cylindrical-coordinate representation of color #19A5E3: hue angle of 198.42º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19A5E3 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 165 | 227 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.11 |
| HSL | 198.42º | 0.8% | 0.49% | - |
| HSV(B) | 198.42º | 0.89% | 0.89% | - |
| XYZ | 27.72 | 32.66 | 77.52 | - |
| YUV | 130.21 | 182.62 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 165 | 227 | 0.89 | 0.27 | 0 | 0.11 | 198.42 | 0.8 | 0.49 |
| Hex | 19 | A5 | E3 | 59 | 1B | 0 | B | C6 | 50 | 31 |
| Octal | 31 | 245 | 343 | 131 | 33 | 0 | 13 | 306 | 120 | 61 |
| Binary | 11001 | 10100101 | 11100011 | 1011001 | 11011 | 0 | 1011 | 11000110 | 1010000 | 110001 |
Color Harmonies of #19A5E3
Complementary color
Monochromatic Colors of #19A5E3
Black with #19A5E3
Text Example
Text Example
White with #19A5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A5E3; }
p { color: rgb(25,165,227); }
H1.HeaderClassName
{
color: #19A5E3;
}
.AnyTagClassName
{
color: #19A5E3;
}
</style>
background-color css
<style>
a { background-color: #19A5E3; }
a { background-color: rgb(25,165,227); }
div.DivClassName
{
background-color: #19A5E3;
}
.BgClassName
{
background-color: #19A5E3;
}
</style>
border-color css
<style>
span { border-color: #19A5E3; }
span { border-color: rgb(25,165,227); }
td.TdClassName
{
border-color: #19A5E3;
}
.TagClassName
{
border-color: #19A5E3;
}
</style>