Html Css Color HEX #769EAC Bali Hai

📋 copy color: '#769EAC'

red 118 ◦ green 158 ◦ blue 172

#769EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #769EAC

Tints of Bali Hai #769EAC

RGB

 RED value IS 118 (46.48% from 255) = 26.34%

 GREEN value IS 158 (62.11% from 255) = 35.27%

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 26.34%
G = 35.27%
B = 38.39%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#769EAC (or 0x769EAC) is known color: Bali Hai. HEX triplet: 76, 9E and AC. RGB value is (118,158,172). Sum of RGB (Red+Green+Blue) = 118+158+172=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #769EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769EAC is #896153. Grayscale: #939393. Windows color (decimal): -9003348 or 11312758. OLE color: 11312758.

HSL color Cylindrical-coordinate representation of color #769EAC: hue angle of 195.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #769EAC is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 158 172 -
CMYK 0.31 0.08 0 0.33
HSL 195.56º 0.25% 0.57% -
HSV(B) 195.56º 0.31% 0.67% -
XYZ 27.14 31.28 43.64 -
YUV 147.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 118 158 172 0.31 0.08 0 0.33 195.56 0.25 0.57
Hex 76 9E AC 1F 8 0 21 C4 19 39
Octal 166 236 254 37 10 0 41 304 31 71
Binary 1110110 10011110 10101100 11111 1000 0 100001 11000100 11001 111001

Color Harmonies of #769EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769EAC

Black with #769EAC

Text Example


Text Example

White with #769EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,158,172); }

 H1.HeaderClassName
 {
   color: #769EAC;
 }
 .AnyTagClassName
 {
   color: #769EAC;
 }
</style>

background-color css

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

 a { background-color: rgb(118,158,172); }

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

border-color css

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

 span { border-color: rgb(118,158,172); }

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