#739AAB

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

Shades of Bali Hai #739AAB

Tints of Bali Hai #739AAB

Color information

#739AAB (or 0x739AAB) is unknown color: approx Bali Hai. HEX triplet: 73, 9A and AB. RGB value is (115,154,171). Sum of RGB (Red+Green+Blue) = 115+154+171=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 154 (60.55% from 255 or 35% 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 #739AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739AAB is #8C6554. Grayscale: #909090. Windows color (decimal): -9200981 or 11246195. OLE color: 11246195.

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

Color convert

RGB115154171-
CMYK0.330.1000.33
HSL198.21º25%56.08%-
HSV(B)198.21º32.75%67.06%-
XYZ25.9829.742.89-
YUV144.28143.08107.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.14%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=26.14%
G=35%
B=38.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151541710.330.1000.33198.212556.08
Hex739AAB21A021c61938
Octal16323225341120413063170
Binary11100111001101010101011100001101001000011100011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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