#769DAF

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

Shades of Bali Hai #769DAF

Tints of Bali Hai #769DAF

Color information

#769DAF (or 0x769DAF) is unknown color: approx Bali Hai. HEX triplet: 76, 9D and AF. RGB value is (118,157,175). Sum of RGB (Red+Green+Blue) = 118+157+175=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #769DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769DAF is #896250. Grayscale: #939393. Windows color (decimal): -9003601 or 11509110. OLE color: 11509110.

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

Color convert

RGB118157175-
CMYK0.330.1000.31
HSL198.95º26.27%57.45%-
HSV(B)198.95º32.57%68.63%-
XYZ27.2731.0645.12-
YUV147.39143.58107.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.22%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=26.22%
G=34.89%
B=38.89%

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
Decimal1181571750.330.1000.31198.9526.2757.45
Hex769DAF21A01Fc71a39
Octal16623525741120373073271
Binary1110110100111011010111110000110100111111100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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