Html Css Color HEX #769EAB Bali Hai

📋 copy color: '#769EAB'

red 118 ◦ green 158 ◦ blue 171

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

Shades of Bali Hai #769EAB

Tints of Bali Hai #769EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 26.4%
G = 35.35%
B = 38.26%

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

#769EAB (or 0x769EAB) is known color: Bali Hai. HEX triplet: 76, 9E and AB. RGB value is (118,158,171). Sum of RGB (Red+Green+Blue) = 118+158+171=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #769EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769EAB is #896154. Grayscale: #939393. Windows color (decimal): -9003349 or 11247222. OLE color: 11247222.

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

Color convert

RGB 118 158 171 -
CMYK 0.31 0.08 0 0.33
HSL 194.72º 0.24% 0.57% -
HSV(B) 194.72º 0.31% 0.67% -
XYZ 27.05 31.25 43.13 -
YUV 147.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 118 158 171 0.31 0.08 0 0.33 194.72 0.24 0.57
Hex 76 9E AB 1F 8 0 21 C3 18 39
Octal 166 236 253 37 10 0 41 303 30 71
Binary 1110110 10011110 10101011 11111 1000 0 100001 11000011 11000 111001

Color Harmonies of #769EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769EAB

Black with #769EAB

Text Example


Text Example

White with #769EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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