Shades of Summer Sky #299BD6
Tints of Summer Sky #299BD6
RGB
CMYK
RGB Variations
Color information
#299BD6 (or 0x299BD6) is known color: Summer Sky. HEX triplet: 29, 9B and D6. RGB value is (41,155,214). Sum of RGB (Red+Green+Blue) = 41+155+214=410 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 214 (83.98% from 255 or 52.20% from 410); Max value from RGB is 214 - color contains mainly: blue. Hex color #299BD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BD6 is #D66429. Grayscale: #7F7F7F. Windows color (decimal): -14050346 or 14064425. OLE color: 14064425.
HSL color Cylindrical-coordinate representation of color #299BD6: hue angle of 200.46º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #299BD6 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 155 | 214 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.16 |
| HSL | 200.46º | 0.68% | 0.5% | - |
| HSV(B) | 200.46º | 0.81% | 0.84% | - |
| XYZ | 24.77 | 28.77 | 67.87 | - |
| YUV | 127.64 | 176.73 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 214 | 0.81 | 0.28 | 0 | 0.16 | 200.46 | 0.68 | 0.5 |
| Hex | 29 | 9B | D6 | 51 | 1C | 0 | 10 | C8 | 44 | 32 |
| Octal | 51 | 233 | 326 | 121 | 34 | 0 | 20 | 310 | 104 | 62 |
| Binary | 101001 | 10011011 | 11010110 | 1010001 | 11100 | 0 | 10000 | 11001000 | 1000100 | 110010 |
Color Harmonies of #299BD6
Complementary color
Monochromatic Colors of #299BD6
Black with #299BD6
Text Example
Text Example
White with #299BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BD6; }
p { color: rgb(41,155,214); }
H1.HeaderClassName
{
color: #299BD6;
}
.AnyTagClassName
{
color: #299BD6;
}
</style>
background-color css
<style>
a { background-color: #299BD6; }
a { background-color: rgb(41,155,214); }
div.DivClassName
{
background-color: #299BD6;
}
.BgClassName
{
background-color: #299BD6;
}
</style>
border-color css
<style>
span { border-color: #299BD6; }
span { border-color: rgb(41,155,214); }
td.TdClassName
{
border-color: #299BD6;
}
.TagClassName
{
border-color: #299BD6;
}
</style>