#29A3D2

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

Shades of Summer Sky #29A3D2

Tints of Summer Sky #29A3D2

Color information

#29A3D2 (or 0x29A3D2) is unknown color: approx Summer Sky. HEX triplet: 29, A3 and D2. RGB value is (41,163,210). Sum of RGB (Red+Green+Blue) = 41+163+210=414 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.90% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 210 (82.42% from 255 or 50.72% from 414); Max value from RGB is 210 - color contains mainly: blue. Hex color #29A3D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A3D2 is #D65C2D. Grayscale: #838383. Windows color (decimal): -14048302 or 13804329. OLE color: 13804329.

HSL color Cylindrical-coordinate representation of color #29A3D2: hue angle of 196.69º 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 #29A3D2 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB41163210-
CMYK0.800.2200.18
HSL196.69º67.33%49.22%-
HSV(B)196.69º80.48%82.35%-
XYZ25.6431.3265.67-
YUV131.88172.0863.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.90%
GREEN value IS 163 (64.06% from 255) = 39.37%
BLUE value IS 210 (82.42% from 255) = 50.72%
R=9.90%
G=39.37%
B=50.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal411632100.800.2200.18196.6967.3349.22
Hex29A3D25016012c54331
Octal512433221202602230510361
Binary1010011010001111010010101000010110010010110001011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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