#29a7d8

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

Shades of Summer Sky #29A7D8

Tints of Summer Sky #29A7D8

Color information

#29A7D8 (or 0x29A7D8) is unknown color: approx Summer Sky. HEX triplet: 29, A7 and D8. RGB value is (41,167,216). Sum of RGB (Red+Green+Blue) = 41+167+216=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #29A7D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A7D8 is #D65827. Grayscale: #868686. Windows color (decimal): -14047272 or 14198569. OLE color: 14198569.

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

Color convert

RGB41167216-
CMYK0.810.2300.15
HSL196.8º69.17%50.39%-
HSV(B)196.8º81.02%84.71%-
XYZ27.1333.0769.92-
YUV134.91173.7661.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.67%
GREEN value IS 167 (65.62% from 255) = 39.39%
BLUE value IS 216 (84.77% from 255) = 50.94%
R=9.67%
G=39.39%
B=50.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal411672160.810.2300.15196.869.1750.39
Hex29A7D851170Fc54532
Octal512473301212701730510562
Binary101001101001111101100010100011011101111110001011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29a7d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,167,216); }

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

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

 a { background-color: rgb(41,167,216); }

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

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

 span { border-color: rgb(41,167,216); }

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