#29AFDE

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

Shades of Summer Sky #29AFDE

Tints of Summer Sky #29AFDE

Color information

#29AFDE (or 0x29AFDE) is unknown color: approx Summer Sky. HEX triplet: 29, AF and DE. RGB value is (41,175,222). Sum of RGB (Red+Green+Blue) = 41+175+222=438 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.36% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #29AFDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AFDE is #D65021. Grayscale: #8B8B8B. Windows color (decimal): -14045218 or 14593833. OLE color: 14593833.

HSL color Cylindrical-coordinate representation of color #29AFDE: hue angle of 195.58º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29AFDE is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB41175222-
CMYK0.820.2100.13
HSL195.58º73.28%51.57%-
HSV(B)195.58º81.53%87.06%-
XYZ29.4336.4174.58-
YUV140.29174.1157.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.36%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 222 (87.11% from 255) = 50.68%
R=9.36%
G=39.95%
B=50.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal411752220.820.2100.13195.5873.2851.57
Hex29AFDE52150Dc44934
Octal512573361222501530411164
Binary101001101011111101111010100101010101101110001001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,175,222); }

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

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

 a { background-color: rgb(41,175,222); }

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

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

 span { border-color: rgb(41,175,222); }

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