Shades of Summer Sky #29AAD0
Tints of Summer Sky #29AAD0
RGB
CMYK
RGB Variations
Color information
#29AAD0 (or 0x29AAD0) is known color: Summer Sky. HEX triplet: 29, AA and D0. RGB value is (41,170,208). Sum of RGB (Red+Green+Blue) = 41+170+208=419 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.79% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #29AAD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AAD0 is #D6552F. Grayscale: #878787. Windows color (decimal): -14046512 or 13675049. OLE color: 13675049.
HSL color Cylindrical-coordinate representation of color #29AAD0: hue angle of 193.65º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29AAD0 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 170 | 208 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.18 |
| HSL | 193.65º | 0.67% | 0.49% | - |
| HSV(B) | 193.65º | 0.8% | 0.82% | - |
| XYZ | 26.67 | 33.77 | 64.79 | - |
| YUV | 135.76 | 168.76 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 170 | 208 | 0.80 | 0.18 | 0 | 0.18 | 193.65 | 0.67 | 0.49 |
| Hex | 29 | AA | D0 | 50 | 12 | 0 | 12 | C2 | 43 | 31 |
| Octal | 51 | 252 | 320 | 120 | 22 | 0 | 22 | 302 | 103 | 61 |
| Binary | 101001 | 10101010 | 11010000 | 1010000 | 10010 | 0 | 10010 | 11000010 | 1000011 | 110001 |
Color Harmonies of #29AAD0
Complementary color
Monochromatic Colors of #29AAD0
Black with #29AAD0
Text Example
Text Example
White with #29AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AAD0; }
p { color: rgb(41,170,208); }
H1.HeaderClassName
{
color: #29AAD0;
}
.AnyTagClassName
{
color: #29AAD0;
}
</style>
background-color css
<style>
a { background-color: #29AAD0; }
a { background-color: rgb(41,170,208); }
div.DivClassName
{
background-color: #29AAD0;
}
.BgClassName
{
background-color: #29AAD0;
}
</style>
border-color css
<style>
span { border-color: #29AAD0; }
span { border-color: rgb(41,170,208); }
td.TdClassName
{
border-color: #29AAD0;
}
.TagClassName
{
border-color: #29AAD0;
}
</style>