Shades of Summer Sky #29A2E8
Tints of Summer Sky #29A2E8
RGB
CMYK
RGB Variations
Color information
#29A2E8 (or 0x29A2E8) is known color: Summer Sky. HEX triplet: 29, A2 and E8. RGB value is (41,162,232). Sum of RGB (Red+Green+Blue) = 41+162+232=435 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.43% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #29A2E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29A2E8 is #D65D17. Grayscale: #858585. Windows color (decimal): -14048536 or 15245865. OLE color: 15245865.
HSL color Cylindrical-coordinate representation of color #29A2E8: hue angle of 201.99º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29A2E8 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 162 | 232 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.09 |
| HSL | 201.99º | 0.81% | 0.54% | - |
| HSV(B) | 201.99º | 0.82% | 0.91% | - |
| XYZ | 28.4 | 32.14 | 81.05 | - |
| YUV | 133.8 | 183.41 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 162 | 232 | 0.82 | 0.30 | 0 | 0.09 | 201.99 | 0.81 | 0.54 |
| Hex | 29 | A2 | E8 | 52 | 1E | 0 | 9 | CA | 51 | 36 |
| Octal | 51 | 242 | 350 | 122 | 36 | 0 | 11 | 312 | 121 | 66 |
| Binary | 101001 | 10100010 | 11101000 | 1010010 | 11110 | 0 | 1001 | 11001010 | 1010001 | 110110 |
Color Harmonies of #29A2E8
Complementary color
Monochromatic Colors of #29A2E8
Black with #29A2E8
Text Example
Text Example
White with #29A2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A2E8; }
p { color: rgb(41,162,232); }
H1.HeaderClassName
{
color: #29A2E8;
}
.AnyTagClassName
{
color: #29A2E8;
}
</style>
background-color css
<style>
a { background-color: #29A2E8; }
a { background-color: rgb(41,162,232); }
div.DivClassName
{
background-color: #29A2E8;
}
.BgClassName
{
background-color: #29A2E8;
}
</style>
border-color css
<style>
span { border-color: #29A2E8; }
span { border-color: rgb(41,162,232); }
td.TdClassName
{
border-color: #29A2E8;
}
.TagClassName
{
border-color: #29A2E8;
}
</style>