#29BCCC

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

Shades of Summer Sky #29BCCC

Tints of Summer Sky #29BCCC

Color information

#29BCCC (or 0x29BCCC) is unknown color: approx Summer Sky. HEX triplet: 29, BC and CC. RGB value is (41,188,204). Sum of RGB (Red+Green+Blue) = 41+188+204=433 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.47% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #29BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BCCC is #D64333. Grayscale: #919191. Windows color (decimal): -14041908 or 13417513. OLE color: 13417513.

HSL color Cylindrical-coordinate representation of color #29BCCC: hue angle of 185.89º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29BCCC is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB41188204-
CMYK0.800.0800.2
HSL185.89º66.53%48.04%-
HSV(B)185.89º79.9%80%-
XYZ29.840.863.43-
YUV145.87160.853.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.47%
GREEN value IS 188 (73.83% from 255) = 43.42%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=9.47%
G=43.42%
B=47.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal411882040.800.0800.2185.8966.5348.04
Hex29BCCC508014ba4330
Octal512743141201002427210360
Binary101001101111001100110010100001000010100101110101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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