#769EAF

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

Shades of Bali Hai #769EAF

Tints of Bali Hai #769EAF

Color information

#769EAF (or 0x769EAF) is unknown color: approx Bali Hai. HEX triplet: 76, 9E and AF. RGB value is (118,158,175). Sum of RGB (Red+Green+Blue) = 118+158+175=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #769EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769EAF is #896150. Grayscale: #939393. Windows color (decimal): -9003345 or 11509366. OLE color: 11509366.

HSL color Cylindrical-coordinate representation of color #769EAF: hue angle of 197.89º degrees, saturation: 0.26, 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 #769EAF is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118158175-
CMYK0.330.1000.31
HSL197.89º26.27%57.45%-
HSV(B)197.89º32.57%68.63%-
XYZ27.4431.445.17-
YUV147.98143.25106.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.16%
GREEN value IS 158 (62.11% from 255) = 35.03%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=26.16%
G=35.03%
B=38.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181581750.330.1000.31197.8926.2757.45
Hex769EAF21A01Fc61a39
Octal16623625741120373063271
Binary1110110100111101010111110000110100111111100011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,158,175); }

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

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

 a { background-color: rgb(118,158,175); }

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

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

 span { border-color: rgb(118,158,175); }

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