Shades of Summer Sky #29BAE5
Tints of Summer Sky #29BAE5
RGB
CMYK
RGB Variations
Color information
#29BAE5 (or 0x29BAE5) is known color: Summer Sky. HEX triplet: 29, BA and E5. RGB value is (41,186,229). Sum of RGB (Red+Green+Blue) = 41+186+229=456 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.99% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #29BAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BAE5 is #D6451A. Grayscale: #939393. Windows color (decimal): -14042395 or 15055401. OLE color: 15055401.
HSL color Cylindrical-coordinate representation of color #29BAE5: hue angle of 193.72º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29BAE5 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 186 | 229 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.10 |
| HSL | 193.72º | 0.78% | 0.53% | - |
| HSV(B) | 193.72º | 0.82% | 0.9% | - |
| XYZ | 32.62 | 41.25 | 80.37 | - |
| YUV | 147.55 | 173.96 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 186 | 229 | 0.82 | 0.19 | 0 | 0.10 | 193.72 | 0.78 | 0.53 |
| Hex | 29 | BA | E5 | 52 | 13 | 0 | A | C2 | 4E | 35 |
| Octal | 51 | 272 | 345 | 122 | 23 | 0 | 12 | 302 | 116 | 65 |
| Binary | 101001 | 10111010 | 11100101 | 1010010 | 10011 | 0 | 1010 | 11000010 | 1001110 | 110101 |
Color Harmonies of #29BAE5
Complementary color
Monochromatic Colors of #29BAE5
Black with #29BAE5
Text Example
Text Example
White with #29BAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BAE5; }
p { color: rgb(41,186,229); }
H1.HeaderClassName
{
color: #29BAE5;
}
.AnyTagClassName
{
color: #29BAE5;
}
</style>
background-color css
<style>
a { background-color: #29BAE5; }
a { background-color: rgb(41,186,229); }
div.DivClassName
{
background-color: #29BAE5;
}
.BgClassName
{
background-color: #29BAE5;
}
</style>
border-color css
<style>
span { border-color: #29BAE5; }
span { border-color: rgb(41,186,229); }
td.TdClassName
{
border-color: #29BAE5;
}
.TagClassName
{
border-color: #29BAE5;
}
</style>