#29B6C7

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

Shades of Summer Sky #29B6C7

Tints of Summer Sky #29B6C7

Color information

#29B6C7 (or 0x29B6C7) is unknown color: approx Summer Sky. HEX triplet: 29, B6 and C7. RGB value is (41,182,199). Sum of RGB (Red+Green+Blue) = 41+182+199=422 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.72% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #29B6C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29B6C7 is #D64938. Grayscale: #8D8D8D. Windows color (decimal): -14043449 or 13088297. OLE color: 13088297.

HSL color Cylindrical-coordinate representation of color #29B6C7: hue angle of 186.46º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29B6C7 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB41182199-
CMYK0.790.0900.22
HSL186.46º65.83%47.06%-
HSV(B)186.46º79.4%78.04%-
XYZ27.9538.0559.9-
YUV141.78160.2956.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.72%
GREEN value IS 182 (71.48% from 255) = 43.13%
BLUE value IS 199 (78.12% from 255) = 47.16%
R=9.72%
G=43.13%
B=47.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal411821990.790.0900.22186.4665.8347.06
Hex29B6C74F9016ba422f
Octal512663071171102627210257
Binary101001101101101100011110011111001010110101110101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,182,199); }

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

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

 a { background-color: rgb(41,182,199); }

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

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

 span { border-color: rgb(41,182,199); }

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