#29B3DB

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

Shades of Summer Sky #29B3DB

Tints of Summer Sky #29B3DB

Color information

#29B3DB (or 0x29B3DB) is unknown color: approx Summer Sky. HEX triplet: 29, B3 and DB. RGB value is (41,179,219). Sum of RGB (Red+Green+Blue) = 41+179+219=439 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.34% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #29B3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29B3DB is #D64C24. Grayscale: #8E8E8E. Windows color (decimal): -14044197 or 14398249. OLE color: 14398249.

HSL color Cylindrical-coordinate representation of color #29B3DB: hue angle of 193.48º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29B3DB is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB41179219-
CMYK0.810.1800.14
HSL193.48º71.2%50.98%-
HSV(B)193.48º81.28%85.88%-
XYZ29.8237.8372.75-
YUV142.3171.2855.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.34%
GREEN value IS 179 (70.31% from 255) = 40.77%
BLUE value IS 219 (85.94% from 255) = 49.89%
R=9.34%
G=40.77%
B=49.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal411792190.810.1800.14193.4871.250.98
Hex29B3DB51120Ec14733
Octal512633331212201630110763
Binary101001101100111101101110100011001001110110000011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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