Html Css Color HEX #769DAE Bali Hai

📋 copy color: '#769DAE'

red 118 ◦ green 157 ◦ blue 174

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

Shades of Bali Hai #769DAE

Tints of Bali Hai #769DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.97%

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

R = 26.28%
G = 34.97%
B = 38.75%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#769DAE (or 0x769DAE) is known color: Bali Hai. HEX triplet: 76, 9D and AE. RGB value is (118,157,174). Sum of RGB (Red+Green+Blue) = 118+157+174=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #769DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769DAE is #896251. Grayscale: #939393. Windows color (decimal): -9003602 or 11443574. OLE color: 11443574.

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

Color convert

RGB 118 157 174 -
CMYK 0.32 0.10 0 0.32
HSL 198.21º 0.26% 0.57% -
HSV(B) 198.21º 0.32% 0.68% -
XYZ 27.17 31.02 44.6 -
YUV 147.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 118 157 174 0.32 0.10 0 0.32 198.21 0.26 0.57
Hex 76 9D AE 20 A 0 20 C6 1A 39
Octal 166 235 256 40 12 0 40 306 32 71
Binary 1110110 10011101 10101110 100000 1010 0 100000 11000110 11010 111001

Color Harmonies of #769DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DAE

Black with #769DAE

Text Example


Text Example

White with #769DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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