Shades of Summer Sky #29BCDE
Tints of Summer Sky #29BCDE
RGB
CMYK
RGB Variations
Color information
#29BCDE (or 0x29BCDE) is known color: Summer Sky. HEX triplet: 29, BC and DE. RGB value is (41,188,222). Sum of RGB (Red+Green+Blue) = 41+188+222=451 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.09% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #29BCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BCDE is #D64321. Grayscale: #939393. Windows color (decimal): -14041890 or 14597161. OLE color: 14597161.
HSL color Cylindrical-coordinate representation of color #29BCDE: hue angle of 191.27º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29BCDE is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 188 | 222 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.13 |
| HSL | 191.27º | 0.73% | 0.52% | - |
| HSV(B) | 191.27º | 0.82% | 0.87% | - |
| XYZ | 32.08 | 41.71 | 75.47 | - |
| YUV | 147.92 | 169.8 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 188 | 222 | 0.82 | 0.15 | 0 | 0.13 | 191.27 | 0.73 | 0.52 |
| Hex | 29 | BC | DE | 52 | F | 0 | D | BF | 49 | 34 |
| Octal | 51 | 274 | 336 | 122 | 17 | 0 | 15 | 277 | 111 | 64 |
| Binary | 101001 | 10111100 | 11011110 | 1010010 | 1111 | 0 | 1101 | 10111111 | 1001001 | 110100 |
Color Harmonies of #29BCDE
Complementary color
Monochromatic Colors of #29BCDE
Black with #29BCDE
Text Example
Text Example
White with #29BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BCDE; }
p { color: rgb(41,188,222); }
H1.HeaderClassName
{
color: #29BCDE;
}
.AnyTagClassName
{
color: #29BCDE;
}
</style>
background-color css
<style>
a { background-color: #29BCDE; }
a { background-color: rgb(41,188,222); }
div.DivClassName
{
background-color: #29BCDE;
}
.BgClassName
{
background-color: #29BCDE;
}
</style>
border-color css
<style>
span { border-color: #29BCDE; }
span { border-color: rgb(41,188,222); }
td.TdClassName
{
border-color: #29BCDE;
}
.TagClassName
{
border-color: #29BCDE;
}
</style>