#29AED2

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

Shades of Summer Sky #29AED2

Tints of Summer Sky #29AED2

Color information

#29AED2 (or 0x29AED2) is unknown color: approx Summer Sky. HEX triplet: 29, AE and D2. RGB value is (41,174,210). Sum of RGB (Red+Green+Blue) = 41+174+210=425 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.65% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 210 (82.42% from 255 or 49.41% from 425); Max value from RGB is 210 - color contains mainly: blue. Hex color #29AED2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AED2 is #D6512D. Grayscale: #8A8A8A. Windows color (decimal): -14045486 or 13807145. OLE color: 13807145.

HSL color Cylindrical-coordinate representation of color #29AED2: hue angle of 192.78º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29AED2 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB41174210-
CMYK0.800.1700.18
HSL192.78º67.33%49.22%-
HSV(B)192.78º80.48%82.35%-
XYZ27.6835.466.35-
YUV138.34168.4458.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.65%
GREEN value IS 174 (68.36% from 255) = 40.94%
BLUE value IS 210 (82.42% from 255) = 49.41%
R=9.65%
G=40.94%
B=49.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal411742100.800.1700.18192.7867.3349.22
Hex29AED25011012c14331
Octal512563221202102230110361
Binary1010011010111011010010101000010001010010110000011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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