#29B1D5

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

Shades of Summer Sky #29B1D5

Tints of Summer Sky #29B1D5

Color information

#29B1D5 (or 0x29B1D5) is unknown color: approx Summer Sky. HEX triplet: 29, B1 and D5. RGB value is (41,177,213). Sum of RGB (Red+Green+Blue) = 41+177+213=431 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.51% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #29B1D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29B1D5 is #D64E2A. Grayscale: #8C8C8C. Windows color (decimal): -14044715 or 14004521. OLE color: 14004521.

HSL color Cylindrical-coordinate representation of color #29B1D5: hue angle of 192.56º degrees, saturation: 0.68, 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 #29B1D5 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB41177213-
CMYK0.810.1700.16
HSL192.56º67.72%49.8%-
HSV(B)192.56º80.75%83.53%-
XYZ28.6536.7268.53-
YUV140.44168.9457.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.51%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 213 (83.59% from 255) = 49.42%
R=9.51%
G=41.07%
B=49.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal411772130.810.1700.16192.5667.7249.8
Hex29B1D55111010c14432
Octal512613251212102030110462
Binary1010011011000111010101101000110001010000110000011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,177,213); }

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

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

 a { background-color: rgb(41,177,213); }

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

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

 span { border-color: rgb(41,177,213); }

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