#759BAF

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

Shades of Bali Hai #759BAF

Tints of Bali Hai #759BAF

Color information

#759BAF (or 0x759BAF) is unknown color: approx Bali Hai. HEX triplet: 75, 9B and AF. RGB value is (117,155,175). Sum of RGB (Red+Green+Blue) = 117+155+175=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #759BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759BAF is #8A6450. Grayscale: #919191. Windows color (decimal): -9069649 or 11508597. OLE color: 11508597.

HSL color Cylindrical-coordinate representation of color #759BAF: hue angle of 200.69º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #759BAF is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117155175-
CMYK0.330.1100.31
HSL200.69º26.61%57.25%-
HSV(B)200.69º33.14%68.63%-
XYZ26.830.3245-
YUV145.92144.41107.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 155 (60.94% from 255) = 34.68%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=26.17%
G=34.68%
B=39.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171551750.330.1100.31200.6926.6157.25
Hex759BAF21B01Fc91b39
Octal16523325741130373113371
Binary1110101100110111010111110000110110111111100100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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