Shades of Summer Sky #19ADEA
Tints of Summer Sky #19ADEA
RGB
CMYK
RGB Variations
Color information
#19ADEA (or 0x19ADEA) is known color: Summer Sky. HEX triplet: 19, AD and EA. RGB value is (25,173,234). Sum of RGB (Red+Green+Blue) = 25+173+234=432 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.79% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #19ADEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ADEA is #E65215. Grayscale: #878787. Windows color (decimal): -15094294 or 15379737. OLE color: 15379737.
HSL color Cylindrical-coordinate representation of color #19ADEA: hue angle of 197.51º 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 #19ADEA is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 173 | 234 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.08 |
| HSL | 197.51º | 0.83% | 0.51% | - |
| HSV(B) | 197.51º | 0.89% | 0.92% | - |
| XYZ | 30.2 | 36.03 | 83.21 | - |
| YUV | 135.7 | 183.47 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 234 | 0.89 | 0.26 | 0 | 0.08 | 197.51 | 0.83 | 0.51 |
| Hex | 19 | AD | EA | 59 | 1A | 0 | 8 | C6 | 53 | 33 |
| Octal | 31 | 255 | 352 | 131 | 32 | 0 | 10 | 306 | 123 | 63 |
| Binary | 11001 | 10101101 | 11101010 | 1011001 | 11010 | 0 | 1000 | 11000110 | 1010011 | 110011 |
Color Harmonies of #19ADEA
Complementary color
Monochromatic Colors of #19ADEA
Black with #19ADEA
Text Example
Text Example
White with #19ADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ADEA; }
p { color: rgb(25,173,234); }
H1.HeaderClassName
{
color: #19ADEA;
}
.AnyTagClassName
{
color: #19ADEA;
}
</style>
background-color css
<style>
a { background-color: #19ADEA; }
a { background-color: rgb(25,173,234); }
div.DivClassName
{
background-color: #19ADEA;
}
.BgClassName
{
background-color: #19ADEA;
}
</style>
border-color css
<style>
span { border-color: #19ADEA; }
span { border-color: rgb(25,173,234); }
td.TdClassName
{
border-color: #19ADEA;
}
.TagClassName
{
border-color: #19ADEA;
}
</style>