Shades of Summer Sky #199EDE
Tints of Summer Sky #199EDE
RGB
CMYK
RGB Variations
Color information
#199EDE (or 0x199EDE) is known color: Summer Sky. HEX triplet: 19, 9E and DE. RGB value is (25,158,222). Sum of RGB (Red+Green+Blue) = 25+158+222=405 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.17% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #199EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199EDE is #E66121. Grayscale: #7D7D7D. Windows color (decimal): -15098146 or 14589465. OLE color: 14589465.
HSL color Cylindrical-coordinate representation of color #199EDE: hue angle of 199.49º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199EDE is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 158 | 222 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.13 |
| HSL | 199.49º | 0.8% | 0.48% | - |
| HSV(B) | 199.49º | 0.89% | 0.87% | - |
| XYZ | 25.81 | 29.93 | 73.52 | - |
| YUV | 125.53 | 182.44 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 222 | 0.89 | 0.29 | 0 | 0.13 | 199.49 | 0.8 | 0.48 |
| Hex | 19 | 9E | DE | 59 | 1D | 0 | D | C7 | 50 | 30 |
| Octal | 31 | 236 | 336 | 131 | 35 | 0 | 15 | 307 | 120 | 60 |
| Binary | 11001 | 10011110 | 11011110 | 1011001 | 11101 | 0 | 1101 | 11000111 | 1010000 | 110000 |
Color Harmonies of #199EDE
Complementary color
Monochromatic Colors of #199EDE
Black with #199EDE
Text Example
Text Example
White with #199EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199EDE; }
p { color: rgb(25,158,222); }
H1.HeaderClassName
{
color: #199EDE;
}
.AnyTagClassName
{
color: #199EDE;
}
</style>
background-color css
<style>
a { background-color: #199EDE; }
a { background-color: rgb(25,158,222); }
div.DivClassName
{
background-color: #199EDE;
}
.BgClassName
{
background-color: #199EDE;
}
</style>
border-color css
<style>
span { border-color: #199EDE; }
span { border-color: rgb(25,158,222); }
td.TdClassName
{
border-color: #199EDE;
}
.TagClassName
{
border-color: #199EDE;
}
</style>