Html Css Color HEX #769EAD Bali Hai

📋 copy color: '#769EAD'

red 118 ◦ green 158 ◦ blue 173

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

Shades of Bali Hai #769EAD

Tints of Bali Hai #769EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 26.28%
G = 35.19%
B = 38.53%

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

#769EAD (or 0x769EAD) is known color: Bali Hai. HEX triplet: 76, 9E and AD. RGB value is (118,158,173). Sum of RGB (Red+Green+Blue) = 118+158+173=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #769EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769EAD is #896152. Grayscale: #939393. Windows color (decimal): -9003347 or 11378294. OLE color: 11378294.

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

Color convert

RGB 118 158 173 -
CMYK 0.32 0.09 0 0.32
HSL 196.36º 0.25% 0.57% -
HSV(B) 196.36º 0.32% 0.68% -
XYZ 27.24 31.32 44.15 -
YUV 147.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 118 158 173 0.32 0.09 0 0.32 196.36 0.25 0.57
Hex 76 9E AD 20 9 0 20 C4 19 39
Octal 166 236 255 40 11 0 40 304 31 71
Binary 1110110 10011110 10101101 100000 1001 0 100000 11000100 11001 111001

Color Harmonies of #769EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769EAD

Black with #769EAD

Text Example


Text Example

White with #769EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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