#29A0D7

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

Shades of Summer Sky #29A0D7

Tints of Summer Sky #29A0D7

Color information

#29A0D7 (or 0x29A0D7) is unknown color: approx Summer Sky. HEX triplet: 29, A0 and D7. RGB value is (41,160,215). Sum of RGB (Red+Green+Blue) = 41+160+215=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 215 (84.38% from 255 or 51.68% from 416); Max value from RGB is 215 - color contains mainly: blue. Hex color #29A0D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A0D7 is #D65F28. Grayscale: #828282. Windows color (decimal): -14049065 or 14131241. OLE color: 14131241.

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

Color convert

RGB41160215-
CMYK0.810.2600.16
HSL198.97º68.5%50.2%-
HSV(B)198.97º80.93%84.31%-
XYZ25.7530.5268.82-
YUV130.69175.5864.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.86%
GREEN value IS 160 (62.89% from 255) = 38.46%
BLUE value IS 215 (84.38% from 255) = 51.68%
R=9.86%
G=38.46%
B=51.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal411602150.810.2600.16198.9768.550.2
Hex29A0D7511A010c74532
Octal512403271213202030710562
Binary1010011010000011010111101000111010010000110001111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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