Shades of Summer Sky #19ADDF
Tints of Summer Sky #19ADDF
RGB
CMYK
RGB Variations
Color information
#19ADDF (or 0x19ADDF) is known color: Summer Sky. HEX triplet: 19, AD and DF. RGB value is (25,173,223). Sum of RGB (Red+Green+Blue) = 25+173+223=421 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.94% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #19ADDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ADDF is #E65220. Grayscale: #868686. Windows color (decimal): -15094305 or 14658841. OLE color: 14658841.
HSL color Cylindrical-coordinate representation of color #19ADDF: hue angle of 195.15º 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 #19ADDF is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 173 | 223 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.13 |
| HSL | 195.15º | 0.8% | 0.49% | - |
| HSV(B) | 195.15º | 0.89% | 0.87% | - |
| XYZ | 28.66 | 35.42 | 75.14 | - |
| YUV | 134.45 | 177.97 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 223 | 0.89 | 0.22 | 0 | 0.13 | 195.15 | 0.8 | 0.49 |
| Hex | 19 | AD | DF | 59 | 16 | 0 | D | C3 | 50 | 31 |
| Octal | 31 | 255 | 337 | 131 | 26 | 0 | 15 | 303 | 120 | 61 |
| Binary | 11001 | 10101101 | 11011111 | 1011001 | 10110 | 0 | 1101 | 11000011 | 1010000 | 110001 |
Color Harmonies of #19ADDF
Complementary color
Monochromatic Colors of #19ADDF
Black with #19ADDF
Text Example
Text Example
White with #19ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ADDF; }
p { color: rgb(25,173,223); }
H1.HeaderClassName
{
color: #19ADDF;
}
.AnyTagClassName
{
color: #19ADDF;
}
</style>
background-color css
<style>
a { background-color: #19ADDF; }
a { background-color: rgb(25,173,223); }
div.DivClassName
{
background-color: #19ADDF;
}
.BgClassName
{
background-color: #19ADDF;
}
</style>
border-color css
<style>
span { border-color: #19ADDF; }
span { border-color: rgb(25,173,223); }
td.TdClassName
{
border-color: #19ADDF;
}
.TagClassName
{
border-color: #19ADDF;
}
</style>