#729CAE

Color #729CAE Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #729CAE

Tints of Bali Hai #729CAE

Color information

#729CAE (or 0x729CAE) is unknown color: approx Bali Hai. HEX triplet: 72, 9C and AE. RGB value is (114,156,174). Sum of RGB (Red+Green+Blue) = 114+156+174=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #729CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729CAE is #8D6351. Grayscale: #919191. Windows color (decimal): -9266002 or 11443314. OLE color: 11443314.

HSL color Cylindrical-coordinate representation of color #729CAE: hue angle of 198º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #729CAE is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB114156174-
CMYK0.340.1000.32
HSL198º27.03%56.47%-
HSV(B)198º34.48%68.24%-
XYZ26.4730.4144.52-
YUV145.49144.09105.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.68%
GREEN value IS 156 (61.33% from 255) = 35.14%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=25.68%
G=35.14%
B=39.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141561740.340.1000.3219827.0356.47
Hex729CAE22A020c61b38
Octal16223425642120403063370
Binary11100101001110010101110100010101001000001100011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729CAE; }

 p { color: rgb(114,156,174); }

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

<style>
 a { background-color: #729CAE; }

 a { background-color: rgb(114,156,174); }

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

<style>
 span { border-color: #729CAE; }

 span { border-color: rgb(114,156,174); }

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