#29A2ED

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

Shades of Summer Sky #29A2ED

Tints of Summer Sky #29A2ED

Color information

#29A2ED (or 0x29A2ED) is unknown color: approx Summer Sky. HEX triplet: 29, A2 and ED. RGB value is (41,162,237). Sum of RGB (Red+Green+Blue) = 41+162+237=440 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.32% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #29A2ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29A2ED is #D65D12. Grayscale: #858585. Windows color (decimal): -14048531 or 15573545. OLE color: 15573545.

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

Color convert

RGB41162237-
CMYK0.830.3200.07
HSL202.96º84.48%54.51%-
HSV(B)202.96º82.7%92.94%-
XYZ29.1232.4384.84-
YUV134.37185.9161.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.32%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 237 (92.97% from 255) = 53.86%
R=9.32%
G=36.82%
B=53.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal411622370.830.3200.07202.9684.4854.51
Hex29A2ED532007cb5437
Octal51242355123400731312467
Binary101001101000101110110110100111000000111110010111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,162,237); }

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

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

 a { background-color: rgb(41,162,237); }

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

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

 span { border-color: rgb(41,162,237); }

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