Shades of Summer Sky #29C5D8
Tints of Summer Sky #29C5D8
RGB
CMYK
RGB Variations
Color information
#29C5D8 (or 0x29C5D8) is known color: Summer Sky. HEX triplet: 29, C5 and D8. RGB value is (41,197,216). Sum of RGB (Red+Green+Blue) = 41+197+216=454 (60% of max value = 765). Red value is 41 (16.41% from 255 or 9.03% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #29C5D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C5D8 is #D63A27. Grayscale: #989898. Windows color (decimal): -14039592 or 14206249. OLE color: 14206249.
HSL color Cylindrical-coordinate representation of color #29C5D8: hue angle of 186.51º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29C5D8 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 197 | 216 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.15 |
| HSL | 186.51º | 0.69% | 0.5% | - |
| HSV(B) | 186.51º | 0.81% | 0.85% | - |
| XYZ | 33.28 | 45.36 | 71.97 | - |
| YUV | 152.52 | 163.82 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 197 | 216 | 0.81 | 0.09 | 0 | 0.15 | 186.51 | 0.69 | 0.5 |
| Hex | 29 | C5 | D8 | 51 | 9 | 0 | F | BB | 45 | 32 |
| Octal | 51 | 305 | 330 | 121 | 11 | 0 | 17 | 273 | 105 | 62 |
| Binary | 101001 | 11000101 | 11011000 | 1010001 | 1001 | 0 | 1111 | 10111011 | 1000101 | 110010 |
Color Harmonies of #29C5D8
Complementary color
Monochromatic Colors of #29C5D8
Black with #29C5D8
Text Example
Text Example
White with #29C5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C5D8; }
p { color: rgb(41,197,216); }
H1.HeaderClassName
{
color: #29C5D8;
}
.AnyTagClassName
{
color: #29C5D8;
}
</style>
background-color css
<style>
a { background-color: #29C5D8; }
a { background-color: rgb(41,197,216); }
div.DivClassName
{
background-color: #29C5D8;
}
.BgClassName
{
background-color: #29C5D8;
}
</style>
border-color css
<style>
span { border-color: #29C5D8; }
span { border-color: rgb(41,197,216); }
td.TdClassName
{
border-color: #29C5D8;
}
.TagClassName
{
border-color: #29C5D8;
}
</style>