Shades of Summer Sky #29A2D6
Tints of Summer Sky #29A2D6
RGB
CMYK
RGB Variations
Color information
#29A2D6 (or 0x29A2D6) is known color: Summer Sky. HEX triplet: 29, A2 and D6. RGB value is (41,162,214). Sum of RGB (Red+Green+Blue) = 41+162+214=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #29A2D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A2D6 is #D65D29. Grayscale: #838383. Windows color (decimal): -14048554 or 14066217. OLE color: 14066217.
HSL color Cylindrical-coordinate representation of color #29A2D6: hue angle of 198.03º 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 #29A2D6 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 162 | 214 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.16 |
| HSL | 198.03º | 0.68% | 0.5% | - |
| HSV(B) | 198.03º | 0.81% | 0.84% | - |
| XYZ | 25.97 | 31.17 | 68.27 | - |
| YUV | 131.75 | 174.41 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 162 | 214 | 0.81 | 0.24 | 0 | 0.16 | 198.03 | 0.68 | 0.5 |
| Hex | 29 | A2 | D6 | 51 | 18 | 0 | 10 | C6 | 44 | 32 |
| Octal | 51 | 242 | 326 | 121 | 30 | 0 | 20 | 306 | 104 | 62 |
| Binary | 101001 | 10100010 | 11010110 | 1010001 | 11000 | 0 | 10000 | 11000110 | 1000100 | 110010 |
Color Harmonies of #29A2D6
Complementary color
Monochromatic Colors of #29A2D6
Black with #29A2D6
Text Example
Text Example
White with #29A2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A2D6; }
p { color: rgb(41,162,214); }
H1.HeaderClassName
{
color: #29A2D6;
}
.AnyTagClassName
{
color: #29A2D6;
}
</style>
background-color css
<style>
a { background-color: #29A2D6; }
a { background-color: rgb(41,162,214); }
div.DivClassName
{
background-color: #29A2D6;
}
.BgClassName
{
background-color: #29A2D6;
}
</style>
border-color css
<style>
span { border-color: #29A2D6; }
span { border-color: rgb(41,162,214); }
td.TdClassName
{
border-color: #29A2D6;
}
.TagClassName
{
border-color: #29A2D6;
}
</style>