Shades of Summer Sky #199EDF
Tints of Summer Sky #199EDF
RGB
CMYK
RGB Variations
Color information
#199EDF (or 0x199EDF) is known color: Summer Sky. HEX triplet: 19, 9E and DF. RGB value is (25,158,223). Sum of RGB (Red+Green+Blue) = 25+158+223=406 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.16% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #199EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199EDF is #E66120. Grayscale: #7D7D7D. Windows color (decimal): -15098145 or 14655001. OLE color: 14655001.
HSL color Cylindrical-coordinate representation of color #199EDF: hue angle of 199.7º 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 #199EDF is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 158 | 223 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.13 |
| HSL | 199.7º | 0.8% | 0.49% | - |
| HSV(B) | 199.7º | 0.89% | 0.87% | - |
| XYZ | 25.95 | 29.99 | 74.23 | - |
| YUV | 125.64 | 182.94 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 223 | 0.89 | 0.29 | 0 | 0.13 | 199.7 | 0.8 | 0.49 |
| Hex | 19 | 9E | DF | 59 | 1D | 0 | D | C8 | 50 | 31 |
| Octal | 31 | 236 | 337 | 131 | 35 | 0 | 15 | 310 | 120 | 61 |
| Binary | 11001 | 10011110 | 11011111 | 1011001 | 11101 | 0 | 1101 | 11001000 | 1010000 | 110001 |
Color Harmonies of #199EDF
Complementary color
Monochromatic Colors of #199EDF
Black with #199EDF
Text Example
Text Example
White with #199EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199EDF; }
p { color: rgb(25,158,223); }
H1.HeaderClassName
{
color: #199EDF;
}
.AnyTagClassName
{
color: #199EDF;
}
</style>
background-color css
<style>
a { background-color: #199EDF; }
a { background-color: rgb(25,158,223); }
div.DivClassName
{
background-color: #199EDF;
}
.BgClassName
{
background-color: #199EDF;
}
</style>
border-color css
<style>
span { border-color: #199EDF; }
span { border-color: rgb(25,158,223); }
td.TdClassName
{
border-color: #199EDF;
}
.TagClassName
{
border-color: #199EDF;
}
</style>