Shades of Summer Sky #299ECD
Tints of Summer Sky #299ECD
RGB
CMYK
RGB Variations
Color information
#299ECD (or 0x299ECD) is known color: Summer Sky. HEX triplet: 29, 9E and CD. RGB value is (41,158,205). Sum of RGB (Red+Green+Blue) = 41+158+205=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #299ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299ECD is #D66132. Grayscale: #808080. Windows color (decimal): -14049587 or 13475369. OLE color: 13475369.
HSL color Cylindrical-coordinate representation of color #299ECD: hue angle of 197.2º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #299ECD is Cyan = 0.8, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 158 | 205 | - |
| CMYK | 0.8 | 0.23 | 0 | 0.20 |
| HSL | 197.2º | 0.67% | 0.48% | - |
| HSV(B) | 197.2º | 0.8% | 0.8% | - |
| XYZ | 24.16 | 29.33 | 62.15 | - |
| YUV | 128.38 | 171.24 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 158 | 205 | 0.8 | 0.23 | 0 | 0.20 | 197.2 | 0.67 | 0.48 |
| Hex | 29 | 9E | CD | 50 | 17 | 0 | 14 | C5 | 43 | 30 |
| Octal | 51 | 236 | 315 | 120 | 27 | 0 | 24 | 305 | 103 | 60 |
| Binary | 101001 | 10011110 | 11001101 | 1010000 | 10111 | 0 | 10100 | 11000101 | 1000011 | 110000 |
Color Harmonies of #299ECD
Complementary color
Monochromatic Colors of #299ECD
Black with #299ECD
Text Example
Text Example
White with #299ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299ECD; }
p { color: rgb(41,158,205); }
H1.HeaderClassName
{
color: #299ECD;
}
.AnyTagClassName
{
color: #299ECD;
}
</style>
background-color css
<style>
a { background-color: #299ECD; }
a { background-color: rgb(41,158,205); }
div.DivClassName
{
background-color: #299ECD;
}
.BgClassName
{
background-color: #299ECD;
}
</style>
border-color css
<style>
span { border-color: #299ECD; }
span { border-color: rgb(41,158,205); }
td.TdClassName
{
border-color: #299ECD;
}
.TagClassName
{
border-color: #299ECD;
}
</style>