#29AAE8

Color #29AAE8 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #29AAE8

Tints of Summer Sky #29AAE8

Color information

#29AAE8 (or 0x29AAE8) is unknown color: approx Summer Sky. HEX triplet: 29, AA and E8. RGB value is (41,170,232). Sum of RGB (Red+Green+Blue) = 41+170+232=443 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.26% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #29AAE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29AAE8 is #D65517. Grayscale: #8A8A8A. Windows color (decimal): -14046488 or 15247913. OLE color: 15247913.

HSL color Cylindrical-coordinate representation of color #29AAE8: hue angle of 199.48º 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 #29AAE8 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB41170232-
CMYK0.820.2700.09
HSL199.48º80.59%53.53%-
HSV(B)199.48º82.33%90.98%-
XYZ29.8535.0581.54-
YUV138.5180.7658.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 9.26%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 232 (91.02% from 255) = 52.37%
R=9.26%
G=38.37%
B=52.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal411702320.820.2700.09199.4880.5953.53
Hex29AAE8521B09c75136
Octal512523501223301130712166
Binary101001101010101110100010100101101101001110001111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29AAE8; }

 p { color: rgb(41,170,232); }

 H1.HeaderClassName
 {
   color: #29AAE8;
 }
 .AnyTagClassName
 {
   color: #29AAE8;
 }
</style>
background-color css

<style>
 a { background-color: #29AAE8; }

 a { background-color: rgb(41,170,232); }

 div.DivClassName
 {
   background-color: #29AAE8;
 }
 .BgClassName
 {
   background-color: #29AAE8;
 }
</style>
border-color css

<style>
 span { border-color: #29AAE8; }

 span { border-color: rgb(41,170,232); }

 td.TdClassName
 {
   border-color: #29AAE8;
 }
 .TagClassName
 {
   border-color: #29AAE8;
 }
</style>