Html Css Color HEX #769CAE Bali Hai

📋 copy color: '#769CAE'

red 118 ◦ green 156 ◦ blue 174

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

Shades of Bali Hai #769CAE

Tints of Bali Hai #769CAE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.82%

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

R = 26.34%
G = 34.82%
B = 38.84%

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

#769CAE (or 0x769CAE) is known color: Bali Hai. HEX triplet: 76, 9C and AE. RGB value is (118,156,174). Sum of RGB (Red+Green+Blue) = 118+156+174=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #769CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769CAE is #896351. Grayscale: #929292. Windows color (decimal): -9003858 or 11443318. OLE color: 11443318.

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

Color convert

RGB 118 156 174 -
CMYK 0.32 0.10 0 0.32
HSL 199.29º 0.26% 0.57% -
HSV(B) 199.29º 0.32% 0.68% -
XYZ 27 30.68 44.54 -
YUV 146.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 118 156 174 0.32 0.10 0 0.32 199.29 0.26 0.57
Hex 76 9C AE 20 A 0 20 C7 1A 39
Octal 166 234 256 40 12 0 40 307 32 71
Binary 1110110 10011100 10101110 100000 1010 0 100000 11000111 11010 111001

Color Harmonies of #769CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CAE

Black with #769CAE

Text Example


Text Example

White with #769CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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