Shades of Summer Sky #29BEE0
Tints of Summer Sky #29BEE0
RGB
CMYK
RGB Variations
Color information
#29BEE0 (or 0x29BEE0) is known color: Summer Sky. HEX triplet: 29, BE and E0. RGB value is (41,190,224). Sum of RGB (Red+Green+Blue) = 41+190+224=455 (60% of max value = 765). Red value is 41 (16.41% from 255 or 9.01% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #29BEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BEE0 is #D6411F. Grayscale: #959595. Windows color (decimal): -14041376 or 14728745. OLE color: 14728745.
HSL color Cylindrical-coordinate representation of color #29BEE0: hue angle of 191.15º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29BEE0 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 190 | 224 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.12 |
| HSL | 191.15º | 0.75% | 0.52% | - |
| HSV(B) | 191.15º | 0.82% | 0.88% | - |
| XYZ | 32.78 | 42.68 | 77.03 | - |
| YUV | 149.33 | 170.14 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 190 | 224 | 0.82 | 0.15 | 0 | 0.12 | 191.15 | 0.75 | 0.52 |
| Hex | 29 | BE | E0 | 52 | F | 0 | C | BF | 4B | 34 |
| Octal | 51 | 276 | 340 | 122 | 17 | 0 | 14 | 277 | 113 | 64 |
| Binary | 101001 | 10111110 | 11100000 | 1010010 | 1111 | 0 | 1100 | 10111111 | 1001011 | 110100 |
Color Harmonies of #29BEE0
Complementary color
Monochromatic Colors of #29BEE0
Black with #29BEE0
Text Example
Text Example
White with #29BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BEE0; }
p { color: rgb(41,190,224); }
H1.HeaderClassName
{
color: #29BEE0;
}
.AnyTagClassName
{
color: #29BEE0;
}
</style>
background-color css
<style>
a { background-color: #29BEE0; }
a { background-color: rgb(41,190,224); }
div.DivClassName
{
background-color: #29BEE0;
}
.BgClassName
{
background-color: #29BEE0;
}
</style>
border-color css
<style>
span { border-color: #29BEE0; }
span { border-color: rgb(41,190,224); }
td.TdClassName
{
border-color: #29BEE0;
}
.TagClassName
{
border-color: #29BEE0;
}
</style>