#759BAA

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

Shades of Bali Hai #759BAA

Tints of Bali Hai #759BAA

Color information

#759BAA (or 0x759BAA) is unknown color: approx Bali Hai. HEX triplet: 75, 9B and AA. RGB value is (117,155,170). Sum of RGB (Red+Green+Blue) = 117+155+170=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #759BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759BAA is #8A6455. Grayscale: #919191. Windows color (decimal): -9069654 or 11180917. OLE color: 11180917.

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

Color convert

RGB117155170-
CMYK0.310.0900.33
HSL196.98º23.77%56.27%-
HSV(B)196.98º31.18%66.67%-
XYZ26.3130.1342.46-
YUV145.35141.91107.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.47%
GREEN value IS 155 (60.94% from 255) = 35.07%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=26.47%
G=35.07%
B=38.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171551700.310.0900.33196.9823.7756.27
Hex759BAA1F9021c51838
Octal16523325237110413053070
Binary1110101100110111010101011111100101000011100010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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