#7699AE

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

Shades of Bali Hai #7699AE

Tints of Bali Hai #7699AE

Color information

#7699AE (or 0x7699AE) is unknown color: approx Bali Hai. HEX triplet: 76, 99 and AE. RGB value is (118,153,174). Sum of RGB (Red+Green+Blue) = 118+153+174=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #7699AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7699AE is #896651. Grayscale: #909090. Windows color (decimal): -9004626 or 11442550. OLE color: 11442550.

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

Color convert

RGB118153174-
CMYK0.320.1200.32
HSL202.5º25.69%57.25%-
HSV(B)202.5º32.18%68.24%-
XYZ26.529.6944.38-
YUV144.93144.4108.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.52%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=26.52%
G=34.38%
B=39.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181531740.320.1200.32202.525.6957.25
Hex7699AE20C020ca1a39
Octal16623125640140403123271
Binary11101101001100110101110100000110001000001100101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7699AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7699AE; }

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

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

<style>
 a { background-color: #7699AE; }

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

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

<style>
 span { border-color: #7699AE; }

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

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