Shades of Summer Sky #29BCDD
Tints of Summer Sky #29BCDD
RGB
CMYK
RGB Variations
Color information
#29BCDD (or 0x29BCDD) is known color: Summer Sky. HEX triplet: 29, BC and DD. RGB value is (41,188,221). Sum of RGB (Red+Green+Blue) = 41+188+221=450 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.11% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #29BCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BCDD is #D64322. Grayscale: #939393. Windows color (decimal): -14041891 or 14531625. OLE color: 14531625.
HSL color Cylindrical-coordinate representation of color #29BCDD: hue angle of 191º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29BCDD is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 188 | 221 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.13 |
| HSL | 191º | 0.73% | 0.51% | - |
| HSV(B) | 191º | 0.81% | 0.87% | - |
| XYZ | 31.95 | 41.66 | 74.76 | - |
| YUV | 147.81 | 169.3 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 188 | 221 | 0.81 | 0.15 | 0 | 0.13 | 191 | 0.73 | 0.51 |
| Hex | 29 | BC | DD | 51 | F | 0 | D | BF | 49 | 33 |
| Octal | 51 | 274 | 335 | 121 | 17 | 0 | 15 | 277 | 111 | 63 |
| Binary | 101001 | 10111100 | 11011101 | 1010001 | 1111 | 0 | 1101 | 10111111 | 1001001 | 110011 |
Color Harmonies of #29BCDD
Complementary color
Monochromatic Colors of #29BCDD
Black with #29BCDD
Text Example
Text Example
White with #29BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BCDD; }
p { color: rgb(41,188,221); }
H1.HeaderClassName
{
color: #29BCDD;
}
.AnyTagClassName
{
color: #29BCDD;
}
</style>
background-color css
<style>
a { background-color: #29BCDD; }
a { background-color: rgb(41,188,221); }
div.DivClassName
{
background-color: #29BCDD;
}
.BgClassName
{
background-color: #29BCDD;
}
</style>
border-color css
<style>
span { border-color: #29BCDD; }
span { border-color: rgb(41,188,221); }
td.TdClassName
{
border-color: #29BCDD;
}
.TagClassName
{
border-color: #29BCDD;
}
</style>