#759BAE

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

Shades of Bali Hai #759BAE

Tints of Bali Hai #759BAE

Color information

#759BAE (or 0x759BAE) is unknown color: approx Bali Hai. HEX triplet: 75, 9B and AE. RGB value is (117,155,174). Sum of RGB (Red+Green+Blue) = 117+155+174=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 155 (60.94% from 255 or 34.75% 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 #759BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759BAE is #8A6451. Grayscale: #919191. Windows color (decimal): -9069650 or 11443061. OLE color: 11443061.

HSL color Cylindrical-coordinate representation of color #759BAE: hue angle of 200º 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 #759BAE is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117155174-
CMYK0.330.1100.32
HSL200º26.03%57.06%-
HSV(B)200º32.76%68.24%-
XYZ26.730.2844.48-
YUV145.8143.91107.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.23%
GREEN value IS 155 (60.94% from 255) = 34.75%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=26.23%
G=34.75%
B=39.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171551740.330.1100.3220026.0357.06
Hex759BAE21B020c81a39
Octal16523325641130403103271
Binary11101011001101110101110100001101101000001100100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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