#739cab

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

Shades of Bali Hai #739CAB

Tints of Bali Hai #739CAB

Color information

#739CAB (or 0x739CAB) is unknown color: approx Bali Hai. HEX triplet: 73, 9C and AB. RGB value is (115,156,171). Sum of RGB (Red+Green+Blue) = 115+156+171=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #739CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739CAB is #8C6354. Grayscale: #919191. Windows color (decimal): -9200469 or 11246707. OLE color: 11246707.

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

Color convert

RGB115156171-
CMYK0.330.0900.33
HSL196.07º25%56.08%-
HSV(B)196.07º32.75%67.06%-
XYZ26.3130.3643-
YUV145.45142.42106.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.02%
GREEN value IS 156 (61.33% from 255) = 35.29%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=26.02%
G=35.29%
B=38.69%

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
Decimal1151561710.330.0900.33196.072556.08
Hex739CAB219021c41938
Octal16323425341110413043170
Binary11100111001110010101011100001100101000011100010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739cab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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