Shades of Summer Sky #19ADEB
Tints of Summer Sky #19ADEB
RGB
CMYK
RGB Variations
Color information
#19ADEB (or 0x19ADEB) is known color: Summer Sky. HEX triplet: 19, AD and EB. RGB value is (25,173,235). Sum of RGB (Red+Green+Blue) = 25+173+235=433 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.77% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #19ADEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ADEB is #E65214. Grayscale: #878787. Windows color (decimal): -15094293 or 15445273. OLE color: 15445273.
HSL color Cylindrical-coordinate representation of color #19ADEB: hue angle of 197.71º degrees, saturation: 0.84, 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 #19ADEB is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 173 | 235 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.08 |
| HSL | 197.71º | 0.84% | 0.51% | - |
| HSV(B) | 197.71º | 0.89% | 0.92% | - |
| XYZ | 30.34 | 36.09 | 83.96 | - |
| YUV | 135.82 | 183.97 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 235 | 0.89 | 0.26 | 0 | 0.08 | 197.71 | 0.84 | 0.51 |
| Hex | 19 | AD | EB | 59 | 1A | 0 | 8 | C6 | 54 | 33 |
| Octal | 31 | 255 | 353 | 131 | 32 | 0 | 10 | 306 | 124 | 63 |
| Binary | 11001 | 10101101 | 11101011 | 1011001 | 11010 | 0 | 1000 | 11000110 | 1010100 | 110011 |
Color Harmonies of #19ADEB
Complementary color
Monochromatic Colors of #19ADEB
Black with #19ADEB
Text Example
Text Example
White with #19ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ADEB; }
p { color: rgb(25,173,235); }
H1.HeaderClassName
{
color: #19ADEB;
}
.AnyTagClassName
{
color: #19ADEB;
}
</style>
background-color css
<style>
a { background-color: #19ADEB; }
a { background-color: rgb(25,173,235); }
div.DivClassName
{
background-color: #19ADEB;
}
.BgClassName
{
background-color: #19ADEB;
}
</style>
border-color css
<style>
span { border-color: #19ADEB; }
span { border-color: rgb(25,173,235); }
td.TdClassName
{
border-color: #19ADEB;
}
.TagClassName
{
border-color: #19ADEB;
}
</style>