#29b3e8

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

Shades of Summer Sky #29B3E8

Tints of Summer Sky #29B3E8

Color information

#29B3E8 (or 0x29B3E8) is unknown color: approx Summer Sky. HEX triplet: 29, B3 and E8. RGB value is (41,179,232). Sum of RGB (Red+Green+Blue) = 41+179+232=452 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.07% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 232 (91.02% from 255 or 51.33% from 452); Max value from RGB is 232 - color contains mainly: blue. Hex color #29B3E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29B3E8 is #D64C17. Grayscale: #8F8F8F. Windows color (decimal): -14044184 or 15250217. OLE color: 15250217.

HSL color Cylindrical-coordinate representation of color #29B3E8: hue angle of 196.65º 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 #29B3E8 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB41179232-
CMYK0.820.2300.09
HSL196.65º80.59%53.53%-
HSV(B)196.65º82.33%90.98%-
XYZ31.638.5482.12-
YUV143.78177.7854.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.07%
GREEN value IS 179 (70.31% from 255) = 39.60%
BLUE value IS 232 (91.02% from 255) = 51.33%
R=9.07%
G=39.60%
B=51.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal411792320.820.2300.09196.6580.5953.53
Hex29B3E8521709c55136
Octal512633501222701130512166
Binary101001101100111110100010100101011101001110001011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29b3e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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