#769FAD

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

Shades of Bali Hai #769FAD

Tints of Bali Hai #769FAD

Color information

#769FAD (or 0x769FAD) is unknown color: approx Bali Hai. HEX triplet: 76, 9F and AD. RGB value is (118,159,173). Sum of RGB (Red+Green+Blue) = 118+159+173=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #769FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769FAD is #896052. Grayscale: #949494. Windows color (decimal): -9003091 or 11378550. OLE color: 11378550.

HSL color Cylindrical-coordinate representation of color #769FAD: hue angle of 195.27º degrees, saturation: 0.25, 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 #769FAD is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118159173-
CMYK0.320.0800.32
HSL195.27º25.11%57.06%-
HSV(B)195.27º31.79%67.84%-
XYZ27.4131.6644.2-
YUV148.34141.92106.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.22%
GREEN value IS 159 (62.5% from 255) = 35.33%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=26.22%
G=35.33%
B=38.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181591730.320.0800.32195.2725.1157.06
Hex769FAD208020c31939
Octal16623725540100403033171
Binary11101101001111110101101100000100001000001100001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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