Shades of Summer Sky #199DDD
Tints of Summer Sky #199DDD
RGB
CMYK
RGB Variations
Color information
#199DDD (or 0x199DDD) is known color: Summer Sky. HEX triplet: 19, 9D and DD. RGB value is (25,157,221). Sum of RGB (Red+Green+Blue) = 25+157+221=403 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.20% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #199DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DDD is #E66222. Grayscale: #7C7C7C. Windows color (decimal): -15098403 or 14523673. OLE color: 14523673.
HSL color Cylindrical-coordinate representation of color #199DDD: hue angle of 199.59º 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 #199DDD is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 157 | 221 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.13 |
| HSL | 199.59º | 0.8% | 0.48% | - |
| HSV(B) | 199.59º | 0.89% | 0.87% | - |
| XYZ | 25.51 | 29.54 | 72.76 | - |
| YUV | 124.83 | 182.27 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 221 | 0.89 | 0.29 | 0 | 0.13 | 199.59 | 0.8 | 0.48 |
| Hex | 19 | 9D | DD | 59 | 1D | 0 | D | C8 | 50 | 30 |
| Octal | 31 | 235 | 335 | 131 | 35 | 0 | 15 | 310 | 120 | 60 |
| Binary | 11001 | 10011101 | 11011101 | 1011001 | 11101 | 0 | 1101 | 11001000 | 1010000 | 110000 |
Color Harmonies of #199DDD
Complementary color
Monochromatic Colors of #199DDD
Black with #199DDD
Text Example
Text Example
White with #199DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199DDD; }
p { color: rgb(25,157,221); }
H1.HeaderClassName
{
color: #199DDD;
}
.AnyTagClassName
{
color: #199DDD;
}
</style>
background-color css
<style>
a { background-color: #199DDD; }
a { background-color: rgb(25,157,221); }
div.DivClassName
{
background-color: #199DDD;
}
.BgClassName
{
background-color: #199DDD;
}
</style>
border-color css
<style>
span { border-color: #199DDD; }
span { border-color: rgb(25,157,221); }
td.TdClassName
{
border-color: #199DDD;
}
.TagClassName
{
border-color: #199DDD;
}
</style>