#29BACE

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

Shades of Summer Sky #29BACE

Tints of Summer Sky #29BACE

Color information

#29BACE (or 0x29BACE) is unknown color: approx Summer Sky. HEX triplet: 29, BA and CE. RGB value is (41,186,206). Sum of RGB (Red+Green+Blue) = 41+186+206=433 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.47% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #29BACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BACE is #D64531. Grayscale: #909090. Windows color (decimal): -14042418 or 13548073. OLE color: 13548073.

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

Color convert

RGB41186206-
CMYK0.800.1000.19
HSL187.27º66.8%48.43%-
HSV(B)187.27º80.1%80.78%-
XYZ29.6140.0564.56-
YUV144.92162.4653.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.47%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 206 (80.86% from 255) = 47.58%
R=9.47%
G=42.96%
B=47.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal411862060.800.1000.19187.2766.848.43
Hex29BACE50A013bb4330
Octal512723161201202327310360
Binary101001101110101100111010100001010010011101110111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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