Shades of Summer Sky #29BED0
Tints of Summer Sky #29BED0
RGB
CMYK
RGB Variations
Color information
#29BED0 (or 0x29BED0) is known color: Summer Sky. HEX triplet: 29, BE and D0. RGB value is (41,190,208). Sum of RGB (Red+Green+Blue) = 41+190+208=439 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.34% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #29BED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BED0 is #D6412F. Grayscale: #939393. Windows color (decimal): -14041392 or 13680169. OLE color: 13680169.
HSL color Cylindrical-coordinate representation of color #29BED0: hue angle of 186.47º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29BED0 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 190 | 208 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.18 |
| HSL | 186.47º | 0.67% | 0.49% | - |
| HSV(B) | 186.47º | 0.8% | 0.82% | - |
| XYZ | 30.71 | 41.85 | 66.13 | - |
| YUV | 147.5 | 162.14 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 190 | 208 | 0.80 | 0.09 | 0 | 0.18 | 186.47 | 0.67 | 0.49 |
| Hex | 29 | BE | D0 | 50 | 9 | 0 | 12 | BA | 43 | 31 |
| Octal | 51 | 276 | 320 | 120 | 11 | 0 | 22 | 272 | 103 | 61 |
| Binary | 101001 | 10111110 | 11010000 | 1010000 | 1001 | 0 | 10010 | 10111010 | 1000011 | 110001 |
Color Harmonies of #29BED0
Complementary color
Monochromatic Colors of #29BED0
Black with #29BED0
Text Example
Text Example
White with #29BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BED0; }
p { color: rgb(41,190,208); }
H1.HeaderClassName
{
color: #29BED0;
}
.AnyTagClassName
{
color: #29BED0;
}
</style>
background-color css
<style>
a { background-color: #29BED0; }
a { background-color: rgb(41,190,208); }
div.DivClassName
{
background-color: #29BED0;
}
.BgClassName
{
background-color: #29BED0;
}
</style>
border-color css
<style>
span { border-color: #29BED0; }
span { border-color: rgb(41,190,208); }
td.TdClassName
{
border-color: #29BED0;
}
.TagClassName
{
border-color: #29BED0;
}
</style>