#729BAB

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

Shades of Bali Hai #729BAB

Tints of Bali Hai #729BAB

Color information

#729BAB (or 0x729BAB) is unknown color: approx Bali Hai. HEX triplet: 72, 9B and AB. RGB value is (114,155,171). Sum of RGB (Red+Green+Blue) = 114+155+171=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #729BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729BAB is #8D6454. Grayscale: #909090. Windows color (decimal): -9266261 or 11246450. OLE color: 11246450.

HSL color Cylindrical-coordinate representation of color #729BAB: hue angle of 196.84º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #729BAB is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114155171-
CMYK0.330.0900.33
HSL196.84º25.33%55.88%-
HSV(B)196.84º33.33%67.06%-
XYZ26.0129.9642.94-
YUV144.56142.92106.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.91%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=25.91%
G=35.23%
B=38.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141551710.330.0900.33196.8425.3355.88
Hex729BAB219021c51938
Octal16223325341110413053170
Binary11100101001101110101011100001100101000011100010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,155,171); }

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

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

 a { background-color: rgb(114,155,171); }

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

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

 span { border-color: rgb(114,155,171); }

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