Shades of Summer Sky #19ABED
Tints of Summer Sky #19ABED
RGB
CMYK
RGB Variations
Color information
#19ABED (or 0x19ABED) is known color: Summer Sky. HEX triplet: 19, AB and ED. RGB value is (25,171,237). Sum of RGB (Red+Green+Blue) = 25+171+237=433 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.77% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #19ABED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ABED is #E65412. Grayscale: #868686. Windows color (decimal): -15094803 or 15575833. OLE color: 15575833.
HSL color Cylindrical-coordinate representation of color #19ABED: hue angle of 198.68º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19ABED is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 171 | 237 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.07 |
| HSL | 198.68º | 0.85% | 0.51% | - |
| HSV(B) | 198.68º | 0.89% | 0.93% | - |
| XYZ | 30.25 | 35.45 | 85.37 | - |
| YUV | 134.87 | 185.63 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 237 | 0.89 | 0.28 | 0 | 0.07 | 198.68 | 0.85 | 0.51 |
| Hex | 19 | AB | ED | 59 | 1C | 0 | 7 | C7 | 55 | 33 |
| Octal | 31 | 253 | 355 | 131 | 34 | 0 | 7 | 307 | 125 | 63 |
| Binary | 11001 | 10101011 | 11101101 | 1011001 | 11100 | 0 | 111 | 11000111 | 1010101 | 110011 |
Color Harmonies of #19ABED
Complementary color
Monochromatic Colors of #19ABED
Black with #19ABED
Text Example
Text Example
White with #19ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ABED; }
p { color: rgb(25,171,237); }
H1.HeaderClassName
{
color: #19ABED;
}
.AnyTagClassName
{
color: #19ABED;
}
</style>
background-color css
<style>
a { background-color: #19ABED; }
a { background-color: rgb(25,171,237); }
div.DivClassName
{
background-color: #19ABED;
}
.BgClassName
{
background-color: #19ABED;
}
</style>
border-color css
<style>
span { border-color: #19ABED; }
span { border-color: rgb(25,171,237); }
td.TdClassName
{
border-color: #19ABED;
}
.TagClassName
{
border-color: #19ABED;
}
</style>