Shades of Summer Sky #29ACD9
Tints of Summer Sky #29ACD9
RGB
CMYK
RGB Variations
Color information
#29ACD9 (or 0x29ACD9) is known color: Summer Sky. HEX triplet: 29, AC and D9. RGB value is (41,172,217). Sum of RGB (Red+Green+Blue) = 41+172+217=430 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.53% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #29ACD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ACD9 is #D65326. Grayscale: #898989. Windows color (decimal): -14045991 or 14265385. OLE color: 14265385.
HSL color Cylindrical-coordinate representation of color #29ACD9: hue angle of 195.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29ACD9 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 172 | 217 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.15 |
| HSL | 195.34º | 0.7% | 0.51% | - |
| HSV(B) | 195.34º | 0.81% | 0.85% | - |
| XYZ | 28.19 | 34.99 | 70.91 | - |
| YUV | 137.96 | 172.6 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 172 | 217 | 0.81 | 0.21 | 0 | 0.15 | 195.34 | 0.7 | 0.51 |
| Hex | 29 | AC | D9 | 51 | 15 | 0 | F | C3 | 46 | 33 |
| Octal | 51 | 254 | 331 | 121 | 25 | 0 | 17 | 303 | 106 | 63 |
| Binary | 101001 | 10101100 | 11011001 | 1010001 | 10101 | 0 | 1111 | 11000011 | 1000110 | 110011 |
Color Harmonies of #29ACD9
Complementary color
Monochromatic Colors of #29ACD9
Black with #29ACD9
Text Example
Text Example
White with #29ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ACD9; }
p { color: rgb(41,172,217); }
H1.HeaderClassName
{
color: #29ACD9;
}
.AnyTagClassName
{
color: #29ACD9;
}
</style>
background-color css
<style>
a { background-color: #29ACD9; }
a { background-color: rgb(41,172,217); }
div.DivClassName
{
background-color: #29ACD9;
}
.BgClassName
{
background-color: #29ACD9;
}
</style>
border-color css
<style>
span { border-color: #29ACD9; }
span { border-color: rgb(41,172,217); }
td.TdClassName
{
border-color: #29ACD9;
}
.TagClassName
{
border-color: #29ACD9;
}
</style>