Html Css Color HEX #769FB9 Bali Hai

📋 copy color: '#769FB9'

red 118 ◦ green 159 ◦ blue 185

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

Shades of Bali Hai #769FB9

Tints of Bali Hai #769FB9

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.42%

 BLUE value IS 185 (72.66% from 255) = 40.04%

R = 25.54%
G = 34.42%
B = 40.04%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#769FB9 (or 0x769FB9) is known color: Bali Hai. HEX triplet: 76, 9F and B9. RGB value is (118,159,185). Sum of RGB (Red+Green+Blue) = 118+159+185=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #769FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FB9 is #896046. Grayscale: #959595. Windows color (decimal): -9003079 or 12164982. OLE color: 12164982.

HSL color Cylindrical-coordinate representation of color #769FB9: hue angle of 203.28º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #769FB9 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 159 185 -
CMYK 0.36 0.14 0 0.27
HSL 203.28º 0.32% 0.59% -
HSV(B) 203.28º 0.36% 0.73% -
XYZ 28.63 32.15 50.6 -
YUV 149.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 118 159 185 0.36 0.14 0 0.27 203.28 0.32 0.59
Hex 76 9F B9 24 E 0 1B CB 20 3B
Octal 166 237 271 44 16 0 33 313 40 73
Binary 1110110 10011111 10111001 100100 1110 0 11011 11001011 100000 111011

Color Harmonies of #769FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769FB9

Black with #769FB9

Text Example


Text Example

White with #769FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,159,185); }

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

background-color css

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

 a { background-color: rgb(118,159,185); }

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

border-color css

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

 span { border-color: rgb(118,159,185); }

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