Shades of Summer Sky #19AEEA
Tints of Summer Sky #19AEEA
RGB
CMYK
RGB Variations
Color information
#19AEEA (or 0x19AEEA) is known color: Summer Sky. HEX triplet: 19, AE and EA. RGB value is (25,174,234). Sum of RGB (Red+Green+Blue) = 25+174+234=433 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.77% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #19AEEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AEEA is #E65115. Grayscale: #878787. Windows color (decimal): -15094038 or 15379993. OLE color: 15379993.
HSL color Cylindrical-coordinate representation of color #19AEEA: hue angle of 197.22º 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 #19AEEA is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 174 | 234 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.08 |
| HSL | 197.22º | 0.83% | 0.51% | - |
| HSV(B) | 197.22º | 0.89% | 0.92% | - |
| XYZ | 30.39 | 36.42 | 83.27 | - |
| YUV | 136.29 | 183.14 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 174 | 234 | 0.89 | 0.26 | 0 | 0.08 | 197.22 | 0.83 | 0.51 |
| Hex | 19 | AE | EA | 59 | 1A | 0 | 8 | C5 | 53 | 33 |
| Octal | 31 | 256 | 352 | 131 | 32 | 0 | 10 | 305 | 123 | 63 |
| Binary | 11001 | 10101110 | 11101010 | 1011001 | 11010 | 0 | 1000 | 11000101 | 1010011 | 110011 |
Color Harmonies of #19AEEA
Complementary color
Monochromatic Colors of #19AEEA
Black with #19AEEA
Text Example
Text Example
White with #19AEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AEEA; }
p { color: rgb(25,174,234); }
H1.HeaderClassName
{
color: #19AEEA;
}
.AnyTagClassName
{
color: #19AEEA;
}
</style>
background-color css
<style>
a { background-color: #19AEEA; }
a { background-color: rgb(25,174,234); }
div.DivClassName
{
background-color: #19AEEA;
}
.BgClassName
{
background-color: #19AEEA;
}
</style>
border-color css
<style>
span { border-color: #19AEEA; }
span { border-color: rgb(25,174,234); }
td.TdClassName
{
border-color: #19AEEA;
}
.TagClassName
{
border-color: #19AEEA;
}
</style>