#769BAA

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

Shades of Bali Hai #769BAA

Tints of Bali Hai #769BAA

Color information

#769BAA (or 0x769BAA) is unknown color: approx Bali Hai. HEX triplet: 76, 9B and AA. RGB value is (118,155,170). Sum of RGB (Red+Green+Blue) = 118+155+170=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #769BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769BAA is #896455. Grayscale: #919191. Windows color (decimal): -9004118 or 11180918. OLE color: 11180918.

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

Color convert

RGB118155170-
CMYK0.310.0900.33
HSL197.31º23.42%56.47%-
HSV(B)197.31º30.59%66.67%-
XYZ26.4530.242.46-
YUV145.65141.74108.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=26.64%
G=34.99%
B=38.37%

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
Decimal1181551700.310.0900.33197.3123.4256.47
Hex769BAA1F9021c51738
Octal16623325237110413052770
Binary1110110100110111010101011111100101000011100010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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