Html Css Color HEX #769FB3 Bali Hai

📋 copy color: '#769FB3'

red 118 ◦ green 159 ◦ blue 179

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

Shades of Bali Hai #769FB3

Tints of Bali Hai #769FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.25%

R = 25.88%
G = 34.87%
B = 39.25%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#769FB3 (or 0x769FB3) is known color: Bali Hai. HEX triplet: 76, 9F and B3. RGB value is (118,159,179). Sum of RGB (Red+Green+Blue) = 118+159+179=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 179 - color contains mainly: blue. Hex color #769FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FB3 is #89604C. Grayscale: #949494. Windows color (decimal): -9003085 or 11771766. OLE color: 11771766.

HSL color Cylindrical-coordinate representation of color #769FB3: hue angle of 199.67º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #769FB3 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 159 179 -
CMYK 0.34 0.11 0 0.30
HSL 199.67º 0.29% 0.58% -
HSV(B) 199.67º 0.34% 0.7% -
XYZ 28.01 31.9 47.33 -
YUV 149.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 118 159 179 0.34 0.11 0 0.30 199.67 0.29 0.58
Hex 76 9F B3 22 B 0 1E C8 1D 3A
Octal 166 237 263 42 13 0 36 310 35 72
Binary 1110110 10011111 10110011 100010 1011 0 11110 11001000 11101 111010

Color Harmonies of #769FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769FB3

Black with #769FB3

Text Example


Text Example

White with #769FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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