#769CAE

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

Shades of Bali Hai #769CAE

Tints of Bali Hai #769CAE

Color information

#769CAE (or 0x769CAE) is unknown color: approx Bali Hai. HEX triplet: 76, 9C and AE. RGB value is (118,156,174). Sum of RGB (Red+Green+Blue) = 118+156+174=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #769CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769CAE is #896351. Grayscale: #929292. Windows color (decimal): -9003858 or 11443318. OLE color: 11443318.

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

Color convert

RGB118156174-
CMYK0.320.1000.32
HSL199.29º25.69%57.25%-
HSV(B)199.29º32.18%68.24%-
XYZ2730.6844.54-
YUV146.69143.41107.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.34%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=26.34%
G=34.82%
B=38.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181561740.320.1000.32199.2925.6957.25
Hex769CAE20A020c71a39
Octal16623425640120403073271
Binary11101101001110010101110100000101001000001100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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