#759FAE

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

Shades of Bali Hai #759FAE

Tints of Bali Hai #759FAE

Color information

#759FAE (or 0x759FAE) is unknown color: approx Bali Hai. HEX triplet: 75, 9F and AE. RGB value is (117,159,174). Sum of RGB (Red+Green+Blue) = 117+159+174=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #759FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759FAE is #8A6051. Grayscale: #949494. Windows color (decimal): -9068626 or 11444085. OLE color: 11444085.

HSL color Cylindrical-coordinate representation of color #759FAE: hue angle of 195.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #759FAE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117159174-
CMYK0.330.0900.32
HSL195.79º26.03%57.06%-
HSV(B)195.79º32.76%68.24%-
XYZ27.3731.6344.71-
YUV148.15142.59105.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 159 (62.5% from 255) = 35.33%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=26%
G=35.33%
B=38.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171591740.330.0900.32195.7926.0357.06
Hex759FAE219020c41a39
Octal16523725641110403043271
Binary11101011001111110101110100001100101000001100010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759FAE; }

 p { color: rgb(117,159,174); }

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

<style>
 a { background-color: #759FAE; }

 a { background-color: rgb(117,159,174); }

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

<style>
 span { border-color: #759FAE; }

 span { border-color: rgb(117,159,174); }

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