#29B1D9

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

Shades of Summer Sky #29B1D9

Tints of Summer Sky #29B1D9

Color information

#29B1D9 (or 0x29B1D9) is unknown color: approx Summer Sky. HEX triplet: 29, B1 and D9. RGB value is (41,177,217). Sum of RGB (Red+Green+Blue) = 41+177+217=435 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.43% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 217 (85.16% from 255 or 49.89% from 435); Max value from RGB is 217 - color contains mainly: blue. Hex color #29B1D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29B1D9 is #D64E26. Grayscale: #8C8C8C. Windows color (decimal): -14044711 or 14266665. OLE color: 14266665.

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

Color convert

RGB41177217-
CMYK0.810.1800.15
HSL193.64º69.84%50.59%-
HSV(B)193.64º81.11%85.1%-
XYZ29.1636.9371.24-
YUV140.9170.9456.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.43%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 217 (85.16% from 255) = 49.89%
R=9.43%
G=40.69%
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.15
SystemRedGreenBlueCMYKHSL
Decimal411772170.810.1800.15193.6469.8450.59
Hex29B1D951120Fc24633
Octal512613311212201730210663
Binary101001101100011101100110100011001001111110000101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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