Shades of Summer Sky #19AAEC
Tints of Summer Sky #19AAEC
RGB
CMYK
RGB Variations
Color information
#19AAEC (or 0x19AAEC) is known color: Summer Sky. HEX triplet: 19, AA and EC. RGB value is (25,170,236). Sum of RGB (Red+Green+Blue) = 25+170+236=431 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.80% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #19AAEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AAEC is #E65513. Grayscale: #858585. Windows color (decimal): -15095060 or 15510041. OLE color: 15510041.
HSL color Cylindrical-coordinate representation of color #19AAEC: hue angle of 198.77º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19AAEC is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 170 | 236 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.07 |
| HSL | 198.77º | 0.85% | 0.51% | - |
| HSV(B) | 198.77º | 0.89% | 0.93% | - |
| XYZ | 29.92 | 35.01 | 84.54 | - |
| YUV | 134.17 | 185.46 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 236 | 0.89 | 0.28 | 0 | 0.07 | 198.77 | 0.85 | 0.51 |
| Hex | 19 | AA | EC | 59 | 1C | 0 | 7 | C7 | 55 | 33 |
| Octal | 31 | 252 | 354 | 131 | 34 | 0 | 7 | 307 | 125 | 63 |
| Binary | 11001 | 10101010 | 11101100 | 1011001 | 11100 | 0 | 111 | 11000111 | 1010101 | 110011 |
Color Harmonies of #19AAEC
Complementary color
Monochromatic Colors of #19AAEC
Black with #19AAEC
Text Example
Text Example
White with #19AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AAEC; }
p { color: rgb(25,170,236); }
H1.HeaderClassName
{
color: #19AAEC;
}
.AnyTagClassName
{
color: #19AAEC;
}
</style>
background-color css
<style>
a { background-color: #19AAEC; }
a { background-color: rgb(25,170,236); }
div.DivClassName
{
background-color: #19AAEC;
}
.BgClassName
{
background-color: #19AAEC;
}
</style>
border-color css
<style>
span { border-color: #19AAEC; }
span { border-color: rgb(25,170,236); }
td.TdClassName
{
border-color: #19AAEC;
}
.TagClassName
{
border-color: #19AAEC;
}
</style>