#739DAE

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

Shades of Bali Hai #739DAE

Tints of Bali Hai #739DAE

Color information

#739DAE (or 0x739DAE) is unknown color: approx Bali Hai. HEX triplet: 73, 9D and AE. RGB value is (115,157,174). Sum of RGB (Red+Green+Blue) = 115+157+174=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #739DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739DAE is #8C6251. Grayscale: #929292. Windows color (decimal): -9200210 or 11443571. OLE color: 11443571.

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

Color convert

RGB115157174-
CMYK0.340.1000.32
HSL197.29º26.7%56.67%-
HSV(B)197.29º33.91%68.24%-
XYZ26.7730.8144.58-
YUV146.38143.59105.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.78%
GREEN value IS 157 (61.72% from 255) = 35.20%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=25.78%
G=35.20%
B=39.01%

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
Decimal1151571740.340.1000.32197.2926.756.67
Hex739DAE22A020c51b39
Octal16323525642120403053371
Binary11100111001110110101110100010101001000001100010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,157,174); }

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

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

 a { background-color: rgb(115,157,174); }

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

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

 span { border-color: rgb(115,157,174); }

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