#29A0DA

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

Shades of Summer Sky #29A0DA

Tints of Summer Sky #29A0DA

Color information

#29A0DA (or 0x29A0DA) is unknown color: approx Summer Sky. HEX triplet: 29, A0 and DA. RGB value is (41,160,218). Sum of RGB (Red+Green+Blue) = 41+160+218=419 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.79% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #29A0DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A0DA is #D65F25. Grayscale: #828282. Windows color (decimal): -14049062 or 14327849. OLE color: 14327849.

HSL color Cylindrical-coordinate representation of color #29A0DA: hue angle of 199.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29A0DA is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB41160218-
CMYK0.810.2700.15
HSL199.66º70.52%50.78%-
HSV(B)199.66º81.19%85.49%-
XYZ26.1430.6770.87-
YUV131.03177.0863.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.79%
GREEN value IS 160 (62.89% from 255) = 38.19%
BLUE value IS 218 (85.55% from 255) = 52.03%
R=9.79%
G=38.19%
B=52.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal411602180.810.2700.15199.6670.5250.78
Hex29A0DA511B0Fc84733
Octal512403321213301731010763
Binary101001101000001101101010100011101101111110010001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,160,218); }

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

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

 a { background-color: rgb(41,160,218); }

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

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

 span { border-color: rgb(41,160,218); }

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