#29B0DE

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

Shades of Summer Sky #29B0DE

Tints of Summer Sky #29B0DE

Color information

#29B0DE (or 0x29B0DE) is unknown color: approx Summer Sky. HEX triplet: 29, B0 and DE. RGB value is (41,176,222). Sum of RGB (Red+Green+Blue) = 41+176+222=439 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.34% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #29B0DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29B0DE is #D64F21. Grayscale: #8C8C8C. Windows color (decimal): -14044962 or 14594089. OLE color: 14594089.

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

Color convert

RGB41176222-
CMYK0.820.2100.13
HSL195.25º73.28%51.57%-
HSV(B)195.25º81.53%87.06%-
XYZ29.6236.874.65-
YUV140.88173.7756.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.34%
GREEN value IS 176 (69.14% from 255) = 40.09%
BLUE value IS 222 (87.11% from 255) = 50.57%
R=9.34%
G=40.09%
B=50.57%

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
Decimal411762220.820.2100.13195.2573.2851.57
Hex29B0DE52150Dc34934
Octal512603361222501530311164
Binary101001101100001101111010100101010101101110000111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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