#29AAEC

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

Shades of Summer Sky #29AAEC

Tints of Summer Sky #29AAEC

Color information

#29AAEC (or 0x29AAEC) is unknown color: approx Summer Sky. HEX triplet: 29, AA and EC. RGB value is (41,170,236). Sum of RGB (Red+Green+Blue) = 41+170+236=447 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.17% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #29AAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29AAEC is #D65513. Grayscale: #8A8A8A. Windows color (decimal): -14046484 or 15510057. OLE color: 15510057.

HSL color Cylindrical-coordinate representation of color #29AAEC: hue angle of 200.31º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29AAEC is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB41170236-
CMYK0.830.2800.07
HSL200.31º83.69%54.31%-
HSV(B)200.31º82.63%92.55%-
XYZ30.4335.2884.56-
YUV138.95182.7658.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.17%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 236 (92.58% from 255) = 52.80%
R=9.17%
G=38.03%
B=52.80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal411702360.830.2800.07200.3183.6954.31
Hex29AAEC531C07c85436
Octal51252354123340731012466
Binary10100110101010111011001010011111000111110010001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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