#29B6C9

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

Shades of Summer Sky #29B6C9

Tints of Summer Sky #29B6C9

Color information

#29B6C9 (or 0x29B6C9) is unknown color: approx Summer Sky. HEX triplet: 29, B6 and C9. RGB value is (41,182,201). Sum of RGB (Red+Green+Blue) = 41+182+201=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #29B6C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29B6C9 is #D64936. Grayscale: #8D8D8D. Windows color (decimal): -14043447 or 13219369. OLE color: 13219369.

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

Color convert

RGB41182201-
CMYK0.800.0900.21
HSL187.12º66.12%47.45%-
HSV(B)187.12º79.6%78.82%-
XYZ28.1938.1461.14-
YUV142.01161.2955.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.67%
GREEN value IS 182 (71.48% from 255) = 42.92%
BLUE value IS 201 (78.91% from 255) = 47.41%
R=9.67%
G=42.92%
B=47.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal411822010.800.0900.21187.1266.1247.45
Hex29B6C9509015bb422f
Octal512663111201102527310257
Binary101001101101101100100110100001001010101101110111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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