Shades of Summer Sky #29BED5
Tints of Summer Sky #29BED5
RGB
CMYK
RGB Variations
Color information
#29BED5 (or 0x29BED5) is known color: Summer Sky. HEX triplet: 29, BE and D5. RGB value is (41,190,213). Sum of RGB (Red+Green+Blue) = 41+190+213=444 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.23% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #29BED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BED5 is #D6412A. Grayscale: #939393. Windows color (decimal): -14041387 or 14007849. OLE color: 14007849.
HSL color Cylindrical-coordinate representation of color #29BED5: hue angle of 188.02º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29BED5 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 190 | 213 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.16 |
| HSL | 188.02º | 0.68% | 0.5% | - |
| HSV(B) | 188.02º | 0.81% | 0.84% | - |
| XYZ | 31.34 | 42.1 | 69.43 | - |
| YUV | 148.07 | 164.64 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 190 | 213 | 0.81 | 0.11 | 0 | 0.16 | 188.02 | 0.68 | 0.5 |
| Hex | 29 | BE | D5 | 51 | B | 0 | 10 | BC | 44 | 32 |
| Octal | 51 | 276 | 325 | 121 | 13 | 0 | 20 | 274 | 104 | 62 |
| Binary | 101001 | 10111110 | 11010101 | 1010001 | 1011 | 0 | 10000 | 10111100 | 1000100 | 110010 |
Color Harmonies of #29BED5
Complementary color
Monochromatic Colors of #29BED5
Black with #29BED5
Text Example
Text Example
White with #29BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BED5; }
p { color: rgb(41,190,213); }
H1.HeaderClassName
{
color: #29BED5;
}
.AnyTagClassName
{
color: #29BED5;
}
</style>
background-color css
<style>
a { background-color: #29BED5; }
a { background-color: rgb(41,190,213); }
div.DivClassName
{
background-color: #29BED5;
}
.BgClassName
{
background-color: #29BED5;
}
</style>
border-color css
<style>
span { border-color: #29BED5; }
span { border-color: rgb(41,190,213); }
td.TdClassName
{
border-color: #29BED5;
}
.TagClassName
{
border-color: #29BED5;
}
</style>