#29AEDE

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

Shades of Summer Sky #29AEDE

Tints of Summer Sky #29AEDE

Color information

#29AEDE (or 0x29AEDE) is unknown color: approx Summer Sky. HEX triplet: 29, AE and DE. RGB value is (41,174,222). Sum of RGB (Red+Green+Blue) = 41+174+222=437 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.38% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #29AEDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AEDE is #D65121. Grayscale: #8B8B8B. Windows color (decimal): -14045474 or 14593577. OLE color: 14593577.

HSL color Cylindrical-coordinate representation of color #29AEDE: hue angle of 195.91º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29AEDE is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB41174222-
CMYK0.820.2200.13
HSL195.91º73.28%51.57%-
HSV(B)195.91º81.53%87.06%-
XYZ29.2436.0274.52-
YUV139.7174.4457.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.38%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 222 (87.11% from 255) = 50.80%
R=9.38%
G=39.82%
B=50.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal411742220.820.2200.13195.9173.2851.57
Hex29AEDE52160Dc44934
Octal512563361222601530411164
Binary101001101011101101111010100101011001101110001001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,174,222); }

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

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

 a { background-color: rgb(41,174,222); }

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

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

 span { border-color: rgb(41,174,222); }

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