Shades of Summer Sky #29B3E0
Tints of Summer Sky #29B3E0
RGB
CMYK
RGB Variations
Color information
#29B3E0 (or 0x29B3E0) is known color: Summer Sky. HEX triplet: 29, B3 and E0. RGB value is (41,179,224). Sum of RGB (Red+Green+Blue) = 41+179+224=444 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.23% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 224 (87.89% from 255 or 50.45% from 444); Max value from RGB is 224 - color contains mainly: blue. Hex color #29B3E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29B3E0 is #D64C1F. Grayscale: #8E8E8E. Windows color (decimal): -14044192 or 14725929. OLE color: 14725929.
HSL color Cylindrical-coordinate representation of color #29B3E0: hue angle of 194.75º 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 #29B3E0 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 179 | 224 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.12 |
| HSL | 194.75º | 0.75% | 0.52% | - |
| HSV(B) | 194.75º | 0.82% | 0.88% | - |
| XYZ | 30.49 | 38.09 | 76.27 | - |
| YUV | 142.87 | 173.78 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 179 | 224 | 0.82 | 0.20 | 0 | 0.12 | 194.75 | 0.75 | 0.52 |
| Hex | 29 | B3 | E0 | 52 | 14 | 0 | C | C3 | 4B | 34 |
| Octal | 51 | 263 | 340 | 122 | 24 | 0 | 14 | 303 | 113 | 64 |
| Binary | 101001 | 10110011 | 11100000 | 1010010 | 10100 | 0 | 1100 | 11000011 | 1001011 | 110100 |
Color Harmonies of #29B3E0
Complementary color
Monochromatic Colors of #29B3E0
Black with #29B3E0
Text Example
Text Example
White with #29B3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B3E0; }
p { color: rgb(41,179,224); }
H1.HeaderClassName
{
color: #29B3E0;
}
.AnyTagClassName
{
color: #29B3E0;
}
</style>
background-color css
<style>
a { background-color: #29B3E0; }
a { background-color: rgb(41,179,224); }
div.DivClassName
{
background-color: #29B3E0;
}
.BgClassName
{
background-color: #29B3E0;
}
</style>
border-color css
<style>
span { border-color: #29B3E0; }
span { border-color: rgb(41,179,224); }
td.TdClassName
{
border-color: #29B3E0;
}
.TagClassName
{
border-color: #29B3E0;
}
</style>