#769DAD

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

Shades of Bali Hai #769DAD

Tints of Bali Hai #769DAD

Color information

#769DAD (or 0x769DAD) is unknown color: approx Bali Hai. HEX triplet: 76, 9D and AD. RGB value is (118,157,173). Sum of RGB (Red+Green+Blue) = 118+157+173=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #769DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769DAD is #896252. Grayscale: #939393. Windows color (decimal): -9003603 or 11378038. OLE color: 11378038.

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

Color convert

RGB118157173-
CMYK0.320.0900.32
HSL197.45º25.11%57.06%-
HSV(B)197.45º31.79%67.84%-
XYZ27.0730.9844.09-
YUV147.16142.58107.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.34%
GREEN value IS 157 (61.72% from 255) = 35.04%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=26.34%
G=35.04%
B=38.62%

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
Decimal1181571730.320.0900.32197.4525.1157.06
Hex769DAD209020c51939
Octal16623525540110403053171
Binary11101101001110110101101100000100101000001100010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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