#29A0E8

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

Shades of Summer Sky #29A0E8

Tints of Summer Sky #29A0E8

Color information

#29A0E8 (or 0x29A0E8) is unknown color: approx Summer Sky. HEX triplet: 29, A0 and E8. RGB value is (41,160,232). Sum of RGB (Red+Green+Blue) = 41+160+232=433 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.47% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 232 (91.02% from 255 or 53.58% from 433); Max value from RGB is 232 - color contains mainly: blue. Hex color #29A0E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29A0E8 is #D65F17. Grayscale: #848484. Windows color (decimal): -14049048 or 15245353. OLE color: 15245353.

HSL color Cylindrical-coordinate representation of color #29A0E8: hue angle of 202.62º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29A0E8 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB41160232-
CMYK0.820.3100.09
HSL202.62º80.59%53.53%-
HSV(B)202.62º82.33%90.98%-
XYZ28.0531.4480.93-
YUV132.63184.0862.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.47%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 232 (91.02% from 255) = 53.58%
R=9.47%
G=36.95%
B=53.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal411602320.820.3100.09202.6280.5953.53
Hex29A0E8521F09cb5136
Octal512403501223701131312166
Binary101001101000001110100010100101111101001110010111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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