#29AECA

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

Shades of Summer Sky #29AECA

Tints of Summer Sky #29AECA

Color information

#29AECA (or 0x29AECA) is unknown color: approx Summer Sky. HEX triplet: 29, AE and CA. RGB value is (41,174,202). Sum of RGB (Red+Green+Blue) = 41+174+202=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #29AECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AECA is #D65135. Grayscale: #898989. Windows color (decimal): -14045494 or 13282857. OLE color: 13282857.

HSL color Cylindrical-coordinate representation of color #29AECA: hue angle of 190.43º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29AECA is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB41174202-
CMYK0.800.1400.21
HSL190.43º66.26%47.65%-
HSV(B)190.43º79.7%79.22%-
XYZ26.7135.0161.23-
YUV137.42164.4459.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.83%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=9.83%
G=41.73%
B=48.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal411742020.800.1400.21190.4366.2647.65
Hex29AECA50E015be4230
Octal512563121201602527610260
Binary101001101011101100101010100001110010101101111101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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