#29bcd1

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

Shades of Summer Sky #29BCD1

Tints of Summer Sky #29BCD1

Color information

#29BCD1 (or 0x29BCD1) is unknown color: approx Summer Sky. HEX triplet: 29, BC and D1. RGB value is (41,188,209). Sum of RGB (Red+Green+Blue) = 41+188+209=438 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.36% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #29BCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BCD1 is #D6432E. Grayscale: #929292. Windows color (decimal): -14041903 or 13745193. OLE color: 13745193.

HSL color Cylindrical-coordinate representation of color #29BCD1: hue angle of 187.5º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29BCD1 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB41188209-
CMYK0.800.1000.18
HSL187.5º67.2%49.02%-
HSV(B)187.5º80.38%81.96%-
XYZ30.4141.0466.64-
YUV146.44163.352.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.36%
GREEN value IS 188 (73.83% from 255) = 42.92%
BLUE value IS 209 (82.03% from 255) = 47.72%
R=9.36%
G=42.92%
B=47.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal411882090.800.1000.18187.567.249.02
Hex29BCD150A012bc4331
Octal512743211201202227410361
Binary101001101111001101000110100001010010010101111001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29bcd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,188,209); }

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

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

 a { background-color: rgb(41,188,209); }

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

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

 span { border-color: rgb(41,188,209); }

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