#29BACA

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

Shades of Summer Sky #29BACA

Tints of Summer Sky #29BACA

Color information

#29BACA (or 0x29BACA) is unknown color: approx Summer Sky. HEX triplet: 29, BA and CA. RGB value is (41,186,202). Sum of RGB (Red+Green+Blue) = 41+186+202=429 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.56% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #29BACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BACA is #D64535. Grayscale: #909090. Windows color (decimal): -14042422 or 13285929. OLE color: 13285929.

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

Color convert

RGB41186202-
CMYK0.800.0800.21
HSL185.96º66.26%47.65%-
HSV(B)185.96º79.7%79.22%-
XYZ29.1339.8562.03-
YUV144.47160.4654.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.56%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=9.56%
G=43.36%
B=47.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal411862020.800.0800.21185.9666.2647.65
Hex29BACA508015ba4230
Octal512723121201002527210260
Binary101001101110101100101010100001000010101101110101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,186,202); }

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

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

 a { background-color: rgb(41,186,202); }

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

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

 span { border-color: rgb(41,186,202); }

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