Html Css Color HEX #769EAE Bali Hai

📋 copy color: '#769EAE'

red 118 ◦ green 158 ◦ blue 174

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

Shades of Bali Hai #769EAE

Tints of Bali Hai #769EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.67%

R = 26.22%
G = 35.11%
B = 38.67%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#769EAE (or 0x769EAE) is known color: Bali Hai. HEX triplet: 76, 9E and AE. RGB value is (118,158,174). Sum of RGB (Red+Green+Blue) = 118+158+174=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #769EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769EAE is #896151. Grayscale: #939393. Windows color (decimal): -9003346 or 11443830. OLE color: 11443830.

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

Color convert

RGB 118 158 174 -
CMYK 0.32 0.09 0 0.32
HSL 197.14º 0.26% 0.57% -
HSV(B) 197.14º 0.32% 0.68% -
XYZ 27.34 31.36 44.66 -
YUV 147.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 118 158 174 0.32 0.09 0 0.32 197.14 0.26 0.57
Hex 76 9E AE 20 9 0 20 C5 1A 39
Octal 166 236 256 40 11 0 40 305 32 71
Binary 1110110 10011110 10101110 100000 1001 0 100000 11000101 11010 111001

Color Harmonies of #769EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769EAE

Black with #769EAE

Text Example


Text Example

White with #769EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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