Shades of Summer Sky #199DDF
Tints of Summer Sky #199DDF
RGB
CMYK
RGB Variations
Color information
#199DDF (or 0x199DDF) is known color: Summer Sky. HEX triplet: 19, 9D and DF. RGB value is (25,157,223). Sum of RGB (Red+Green+Blue) = 25+157+223=405 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.17% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #199DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DDF is #E66220. Grayscale: #7C7C7C. Windows color (decimal): -15098401 or 14654745. OLE color: 14654745.
HSL color Cylindrical-coordinate representation of color #199DDF: hue angle of 200º 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 #199DDF is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 157 | 223 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.13 |
| HSL | 200º | 0.8% | 0.49% | - |
| HSV(B) | 200º | 0.89% | 0.87% | - |
| XYZ | 25.78 | 29.65 | 74.18 | - |
| YUV | 125.06 | 183.27 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 223 | 0.89 | 0.30 | 0 | 0.13 | 200 | 0.8 | 0.49 |
| Hex | 19 | 9D | DF | 59 | 1E | 0 | D | C8 | 50 | 31 |
| Octal | 31 | 235 | 337 | 131 | 36 | 0 | 15 | 310 | 120 | 61 |
| Binary | 11001 | 10011101 | 11011111 | 1011001 | 11110 | 0 | 1101 | 11001000 | 1010000 | 110001 |
Color Harmonies of #199DDF
Complementary color
Monochromatic Colors of #199DDF
Black with #199DDF
Text Example
Text Example
White with #199DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199DDF; }
p { color: rgb(25,157,223); }
H1.HeaderClassName
{
color: #199DDF;
}
.AnyTagClassName
{
color: #199DDF;
}
</style>
background-color css
<style>
a { background-color: #199DDF; }
a { background-color: rgb(25,157,223); }
div.DivClassName
{
background-color: #199DDF;
}
.BgClassName
{
background-color: #199DDF;
}
</style>
border-color css
<style>
span { border-color: #199DDF; }
span { border-color: rgb(25,157,223); }
td.TdClassName
{
border-color: #199DDF;
}
.TagClassName
{
border-color: #199DDF;
}
</style>