#759CAC

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

Shades of Bali Hai #759CAC

Tints of Bali Hai #759CAC

Color information

#759CAC (or 0x759CAC) is unknown color: approx Bali Hai. HEX triplet: 75, 9C and AC. RGB value is (117,156,172). Sum of RGB (Red+Green+Blue) = 117+156+172=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #759CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759CAC is #8A6353. Grayscale: #929292. Windows color (decimal): -9069396 or 11312245. OLE color: 11312245.

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

Color convert

RGB117156172-
CMYK0.320.0900.33
HSL197.45º24.89%56.67%-
HSV(B)197.45º31.98%67.45%-
XYZ26.6730.5443.52-
YUV146.16142.58107.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.29%
GREEN value IS 156 (61.33% from 255) = 35.06%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=26.29%
G=35.06%
B=38.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171561720.320.0900.33197.4524.8956.67
Hex759CAC209021c51939
Octal16523425440110413053171
Binary11101011001110010101100100000100101000011100010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,156,172); }

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

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

 a { background-color: rgb(117,156,172); }

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

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

 span { border-color: rgb(117,156,172); }

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