#29BECC

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

Shades of Summer Sky #29BECC

Tints of Summer Sky #29BECC

Color information

#29BECC (or 0x29BECC) is unknown color: approx Summer Sky. HEX triplet: 29, BE and CC. RGB value is (41,190,204). Sum of RGB (Red+Green+Blue) = 41+190+204=435 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.43% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #29BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BECC is #D64133. Grayscale: #929292. Windows color (decimal): -14041396 or 13418025. OLE color: 13418025.

HSL color Cylindrical-coordinate representation of color #29BECC: hue angle of 185.15º 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 #29BECC is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB41190204-
CMYK0.800.0700.2
HSL185.15º66.53%48.04%-
HSV(B)185.15º79.9%80%-
XYZ30.2341.6663.57-
YUV147.04160.1452.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.43%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 204 (80.08% from 255) = 46.90%
R=9.43%
G=43.68%
B=46.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal411902040.800.0700.2185.1566.5348.04
Hex29BECC507014b94330
Octal51276314120702427110360
Binary10100110111110110011001010000111010100101110011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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