Shades of Summer Sky #19ADE0
Tints of Summer Sky #19ADE0
RGB
CMYK
RGB Variations
Color information
#19ADE0 (or 0x19ADE0) is known color: Summer Sky. HEX triplet: 19, AD and E0. RGB value is (25,173,224). Sum of RGB (Red+Green+Blue) = 25+173+224=422 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.92% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #19ADE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ADE0 is #E6521F. Grayscale: #868686. Windows color (decimal): -15094304 or 14724377. OLE color: 14724377.
HSL color Cylindrical-coordinate representation of color #19ADE0: hue angle of 195.38º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19ADE0 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 173 | 224 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.12 |
| HSL | 195.38º | 0.8% | 0.49% | - |
| HSV(B) | 195.38º | 0.89% | 0.88% | - |
| XYZ | 28.8 | 35.48 | 75.85 | - |
| YUV | 134.56 | 178.47 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 224 | 0.89 | 0.23 | 0 | 0.12 | 195.38 | 0.8 | 0.49 |
| Hex | 19 | AD | E0 | 59 | 17 | 0 | C | C3 | 50 | 31 |
| Octal | 31 | 255 | 340 | 131 | 27 | 0 | 14 | 303 | 120 | 61 |
| Binary | 11001 | 10101101 | 11100000 | 1011001 | 10111 | 0 | 1100 | 11000011 | 1010000 | 110001 |
Color Harmonies of #19ADE0
Complementary color
Monochromatic Colors of #19ADE0
Black with #19ADE0
Text Example
Text Example
White with #19ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ADE0; }
p { color: rgb(25,173,224); }
H1.HeaderClassName
{
color: #19ADE0;
}
.AnyTagClassName
{
color: #19ADE0;
}
</style>
background-color css
<style>
a { background-color: #19ADE0; }
a { background-color: rgb(25,173,224); }
div.DivClassName
{
background-color: #19ADE0;
}
.BgClassName
{
background-color: #19ADE0;
}
</style>
border-color css
<style>
span { border-color: #19ADE0; }
span { border-color: rgb(25,173,224); }
td.TdClassName
{
border-color: #19ADE0;
}
.TagClassName
{
border-color: #19ADE0;
}
</style>