#739BAB

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

Shades of Bali Hai #739BAB

Tints of Bali Hai #739BAB

Color information

#739BAB (or 0x739BAB) is unknown color: approx Bali Hai. HEX triplet: 73, 9B and AB. RGB value is (115,155,171). Sum of RGB (Red+Green+Blue) = 115+155+171=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #739BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739BAB is #8C6454. Grayscale: #909090. Windows color (decimal): -9200725 or 11246451. OLE color: 11246451.

HSL color Cylindrical-coordinate representation of color #739BAB: hue angle of 197.14º 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 #739BAB is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115155171-
CMYK0.330.0900.33
HSL197.14º25%56.08%-
HSV(B)197.14º32.75%67.06%-
XYZ26.1430.0342.95-
YUV144.86142.75106.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.08%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=26.08%
G=35.15%
B=38.78%

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
Decimal1151551710.330.0900.33197.142556.08
Hex739BAB219021c51938
Octal16323325341110413053170
Binary11100111001101110101011100001100101000011100010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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