Shades of Summer Sky #29AAC9
Tints of Summer Sky #29AAC9
RGB
CMYK
RGB Variations
Color information
#29AAC9 (or 0x29AAC9) is known color: Summer Sky. HEX triplet: 29, AA and C9. RGB value is (41,170,201). Sum of RGB (Red+Green+Blue) = 41+170+201=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #29AAC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AAC9 is #D65536. Grayscale: #868686. Windows color (decimal): -14046519 or 13216297. OLE color: 13216297.
HSL color Cylindrical-coordinate representation of color #29AAC9: hue angle of 191.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29AAC9 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 170 | 201 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.21 |
| HSL | 191.63º | 0.66% | 0.47% | - |
| HSV(B) | 191.63º | 0.8% | 0.79% | - |
| XYZ | 25.83 | 33.44 | 60.35 | - |
| YUV | 134.96 | 165.26 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 170 | 201 | 0.80 | 0.15 | 0 | 0.21 | 191.63 | 0.66 | 0.47 |
| Hex | 29 | AA | C9 | 50 | F | 0 | 15 | C0 | 42 | 2F |
| Octal | 51 | 252 | 311 | 120 | 17 | 0 | 25 | 300 | 102 | 57 |
| Binary | 101001 | 10101010 | 11001001 | 1010000 | 1111 | 0 | 10101 | 11000000 | 1000010 | 101111 |
Color Harmonies of #29AAC9
Complementary color
Monochromatic Colors of #29AAC9
Black with #29AAC9
Text Example
Text Example
White with #29AAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AAC9; }
p { color: rgb(41,170,201); }
H1.HeaderClassName
{
color: #29AAC9;
}
.AnyTagClassName
{
color: #29AAC9;
}
</style>
background-color css
<style>
a { background-color: #29AAC9; }
a { background-color: rgb(41,170,201); }
div.DivClassName
{
background-color: #29AAC9;
}
.BgClassName
{
background-color: #29AAC9;
}
</style>
border-color css
<style>
span { border-color: #29AAC9; }
span { border-color: rgb(41,170,201); }
td.TdClassName
{
border-color: #29AAC9;
}
.TagClassName
{
border-color: #29AAC9;
}
</style>