Shades of Summer Sky #29BBDA
Tints of Summer Sky #29BBDA
RGB
CMYK
RGB Variations
Color information
#29BBDA (or 0x29BBDA) is known color: Summer Sky. HEX triplet: 29, BB and DA. RGB value is (41,187,218). Sum of RGB (Red+Green+Blue) = 41+187+218=446 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.19% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #29BBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BBDA is #D64425. Grayscale: #929292. Windows color (decimal): -14042150 or 14334761. OLE color: 14334761.
HSL color Cylindrical-coordinate representation of color #29BBDA: hue angle of 190.51º degrees, saturation: 0.71, 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 #29BBDA is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 187 | 218 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.15 |
| HSL | 190.51º | 0.71% | 0.51% | - |
| HSV(B) | 190.51º | 0.81% | 0.85% | - |
| XYZ | 31.34 | 41.07 | 72.61 | - |
| YUV | 146.88 | 168.13 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 187 | 218 | 0.81 | 0.14 | 0 | 0.15 | 190.51 | 0.71 | 0.51 |
| Hex | 29 | BB | DA | 51 | E | 0 | F | BF | 47 | 33 |
| Octal | 51 | 273 | 332 | 121 | 16 | 0 | 17 | 277 | 107 | 63 |
| Binary | 101001 | 10111011 | 11011010 | 1010001 | 1110 | 0 | 1111 | 10111111 | 1000111 | 110011 |
Color Harmonies of #29BBDA
Complementary color
Monochromatic Colors of #29BBDA
Black with #29BBDA
Text Example
Text Example
White with #29BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BBDA; }
p { color: rgb(41,187,218); }
H1.HeaderClassName
{
color: #29BBDA;
}
.AnyTagClassName
{
color: #29BBDA;
}
</style>
background-color css
<style>
a { background-color: #29BBDA; }
a { background-color: rgb(41,187,218); }
div.DivClassName
{
background-color: #29BBDA;
}
.BgClassName
{
background-color: #29BBDA;
}
</style>
border-color css
<style>
span { border-color: #29BBDA; }
span { border-color: rgb(41,187,218); }
td.TdClassName
{
border-color: #29BBDA;
}
.TagClassName
{
border-color: #29BBDA;
}
</style>