#769FAE

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

Shades of Bali Hai #769FAE

Tints of Bali Hai #769FAE

Color information

#769FAE (or 0x769FAE) is unknown color: approx Bali Hai. HEX triplet: 76, 9F and AE. RGB value is (118,159,174). Sum of RGB (Red+Green+Blue) = 118+159+174=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #769FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769FAE is #896051. Grayscale: #949494. Windows color (decimal): -9003090 or 11444086. OLE color: 11444086.

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

Color convert

RGB118159174-
CMYK0.320.0900.32
HSL196.07º25.69%57.25%-
HSV(B)196.07º32.18%68.24%-
XYZ27.5131.744.71-
YUV148.45142.42106.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.16%
GREEN value IS 159 (62.5% from 255) = 35.25%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=26.16%
G=35.25%
B=38.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181591740.320.0900.32196.0725.6957.25
Hex769FAE209020c41a39
Octal16623725640110403043271
Binary11101101001111110101110100000100101000001100010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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