Shades of Summer Sky #19ACEA
Tints of Summer Sky #19ACEA
RGB
CMYK
RGB Variations
Color information
#19ACEA (or 0x19ACEA) is known color: Summer Sky. HEX triplet: 19, AC and EA. RGB value is (25,172,234). Sum of RGB (Red+Green+Blue) = 25+172+234=431 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.80% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #19ACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ACEA is #E65315. Grayscale: #868686. Windows color (decimal): -15094550 or 15379481. OLE color: 15379481.
HSL color Cylindrical-coordinate representation of color #19ACEA: hue angle of 197.8º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19ACEA is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 172 | 234 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.08 |
| HSL | 197.8º | 0.83% | 0.51% | - |
| HSV(B) | 197.8º | 0.89% | 0.92% | - |
| XYZ | 30 | 35.65 | 83.14 | - |
| YUV | 135.12 | 183.8 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 172 | 234 | 0.89 | 0.26 | 0 | 0.08 | 197.8 | 0.83 | 0.51 |
| Hex | 19 | AC | EA | 59 | 1A | 0 | 8 | C6 | 53 | 33 |
| Octal | 31 | 254 | 352 | 131 | 32 | 0 | 10 | 306 | 123 | 63 |
| Binary | 11001 | 10101100 | 11101010 | 1011001 | 11010 | 0 | 1000 | 11000110 | 1010011 | 110011 |
Color Harmonies of #19ACEA
Complementary color
Monochromatic Colors of #19ACEA
Black with #19ACEA
Text Example
Text Example
White with #19ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ACEA; }
p { color: rgb(25,172,234); }
H1.HeaderClassName
{
color: #19ACEA;
}
.AnyTagClassName
{
color: #19ACEA;
}
</style>
background-color css
<style>
a { background-color: #19ACEA; }
a { background-color: rgb(25,172,234); }
div.DivClassName
{
background-color: #19ACEA;
}
.BgClassName
{
background-color: #19ACEA;
}
</style>
border-color css
<style>
span { border-color: #19ACEA; }
span { border-color: rgb(25,172,234); }
td.TdClassName
{
border-color: #19ACEA;
}
.TagClassName
{
border-color: #19ACEA;
}
</style>