Shades of Summer Sky #19ABDF
Tints of Summer Sky #19ABDF
RGB
CMYK
RGB Variations
Color information
#19ABDF (or 0x19ABDF) is known color: Summer Sky. HEX triplet: 19, AB and DF. RGB value is (25,171,223). Sum of RGB (Red+Green+Blue) = 25+171+223=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #19ABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ABDF is #E65420. Grayscale: #848484. Windows color (decimal): -15094817 or 14658329. OLE color: 14658329.
HSL color Cylindrical-coordinate representation of color #19ABDF: hue angle of 195.76º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19ABDF is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 171 | 223 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.13 |
| HSL | 195.76º | 0.8% | 0.49% | - |
| HSV(B) | 195.76º | 0.89% | 0.87% | - |
| XYZ | 28.28 | 34.66 | 75.01 | - |
| YUV | 133.27 | 178.63 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 223 | 0.89 | 0.23 | 0 | 0.13 | 195.76 | 0.8 | 0.49 |
| Hex | 19 | AB | DF | 59 | 17 | 0 | D | C4 | 50 | 31 |
| Octal | 31 | 253 | 337 | 131 | 27 | 0 | 15 | 304 | 120 | 61 |
| Binary | 11001 | 10101011 | 11011111 | 1011001 | 10111 | 0 | 1101 | 11000100 | 1010000 | 110001 |
Color Harmonies of #19ABDF
Complementary color
Monochromatic Colors of #19ABDF
Black with #19ABDF
Text Example
Text Example
White with #19ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ABDF; }
p { color: rgb(25,171,223); }
H1.HeaderClassName
{
color: #19ABDF;
}
.AnyTagClassName
{
color: #19ABDF;
}
</style>
background-color css
<style>
a { background-color: #19ABDF; }
a { background-color: rgb(25,171,223); }
div.DivClassName
{
background-color: #19ABDF;
}
.BgClassName
{
background-color: #19ABDF;
}
</style>
border-color css
<style>
span { border-color: #19ABDF; }
span { border-color: rgb(25,171,223); }
td.TdClassName
{
border-color: #19ABDF;
}
.TagClassName
{
border-color: #19ABDF;
}
</style>