Shades of Summer Sky #29ACE9
Tints of Summer Sky #29ACE9
RGB
CMYK
RGB Variations
Color information
#29ACE9 (or 0x29ACE9) is known color: Summer Sky. HEX triplet: 29, AC and E9. RGB value is (41,172,233). Sum of RGB (Red+Green+Blue) = 41+172+233=446 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.19% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #29ACE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29ACE9 is #D65316. Grayscale: #8B8B8B. Windows color (decimal): -14045975 or 15313961. OLE color: 15313961.
HSL color Cylindrical-coordinate representation of color #29ACE9: hue angle of 199.06º 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 #29ACE9 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 172 | 233 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.09 |
| HSL | 199.06º | 0.81% | 0.54% | - |
| HSV(B) | 199.06º | 0.82% | 0.91% | - |
| XYZ | 30.37 | 35.86 | 82.41 | - |
| YUV | 139.79 | 180.6 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 172 | 233 | 0.82 | 0.26 | 0 | 0.09 | 199.06 | 0.81 | 0.54 |
| Hex | 29 | AC | E9 | 52 | 1A | 0 | 9 | C7 | 51 | 36 |
| Octal | 51 | 254 | 351 | 122 | 32 | 0 | 11 | 307 | 121 | 66 |
| Binary | 101001 | 10101100 | 11101001 | 1010010 | 11010 | 0 | 1001 | 11000111 | 1010001 | 110110 |
Color Harmonies of #29ACE9
Complementary color
Monochromatic Colors of #29ACE9
Black with #29ACE9
Text Example
Text Example
White with #29ACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ACE9; }
p { color: rgb(41,172,233); }
H1.HeaderClassName
{
color: #29ACE9;
}
.AnyTagClassName
{
color: #29ACE9;
}
</style>
background-color css
<style>
a { background-color: #29ACE9; }
a { background-color: rgb(41,172,233); }
div.DivClassName
{
background-color: #29ACE9;
}
.BgClassName
{
background-color: #29ACE9;
}
</style>
border-color css
<style>
span { border-color: #29ACE9; }
span { border-color: rgb(41,172,233); }
td.TdClassName
{
border-color: #29ACE9;
}
.TagClassName
{
border-color: #29ACE9;
}
</style>