Shades of Summer Sky #29BBE8
Tints of Summer Sky #29BBE8
RGB
CMYK
RGB Variations
Color information
#29BBE8 (or 0x29BBE8) is known color: Summer Sky. HEX triplet: 29, BB and E8. RGB value is (41,187,232). Sum of RGB (Red+Green+Blue) = 41+187+232=460 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.91% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #29BBE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BBE8 is #D64417. Grayscale: #949494. Windows color (decimal): -14042136 or 15252265. OLE color: 15252265.
HSL color Cylindrical-coordinate representation of color #29BBE8: hue angle of 194.14º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29BBE8 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 187 | 232 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.09 |
| HSL | 194.14º | 0.81% | 0.54% | - |
| HSV(B) | 194.14º | 0.82% | 0.91% | - |
| XYZ | 33.25 | 41.84 | 82.67 | - |
| YUV | 148.48 | 175.13 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 187 | 232 | 0.82 | 0.19 | 0 | 0.09 | 194.14 | 0.81 | 0.54 |
| Hex | 29 | BB | E8 | 52 | 13 | 0 | 9 | C2 | 51 | 36 |
| Octal | 51 | 273 | 350 | 122 | 23 | 0 | 11 | 302 | 121 | 66 |
| Binary | 101001 | 10111011 | 11101000 | 1010010 | 10011 | 0 | 1001 | 11000010 | 1010001 | 110110 |
Color Harmonies of #29BBE8
Complementary color
Monochromatic Colors of #29BBE8
Black with #29BBE8
Text Example
Text Example
White with #29BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BBE8; }
p { color: rgb(41,187,232); }
H1.HeaderClassName
{
color: #29BBE8;
}
.AnyTagClassName
{
color: #29BBE8;
}
</style>
background-color css
<style>
a { background-color: #29BBE8; }
a { background-color: rgb(41,187,232); }
div.DivClassName
{
background-color: #29BBE8;
}
.BgClassName
{
background-color: #29BBE8;
}
</style>
border-color css
<style>
span { border-color: #29BBE8; }
span { border-color: rgb(41,187,232); }
td.TdClassName
{
border-color: #29BBE8;
}
.TagClassName
{
border-color: #29BBE8;
}
</style>