Html Css Color HEX #769FBA Bali Hai

📋 copy color: '#769FBA'

red 118 ◦ green 159 ◦ blue 186

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

Shades of Bali Hai #769FBA

Tints of Bali Hai #769FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 25.49%
G = 34.34%
B = 40.17%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#769FBA (or 0x769FBA) is known color: Bali Hai. HEX triplet: 76, 9F and BA. RGB value is (118,159,186). Sum of RGB (Red+Green+Blue) = 118+159+186=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #769FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FBA is #896045. Grayscale: #959595. Windows color (decimal): -9003078 or 12230518. OLE color: 12230518.

HSL color Cylindrical-coordinate representation of color #769FBA: hue angle of 203.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #769FBA is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 159 186 -
CMYK 0.37 0.15 0 0.27
HSL 203.82º 0.33% 0.6% -
HSV(B) 203.82º 0.37% 0.73% -
XYZ 28.73 32.19 51.15 -
YUV 149.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 118 159 186 0.37 0.15 0 0.27 203.82 0.33 0.6
Hex 76 9F BA 25 F 0 1B CC 21 3C
Octal 166 237 272 45 17 0 33 314 41 74
Binary 1110110 10011111 10111010 100101 1111 0 11011 11001100 100001 111100

Color Harmonies of #769FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769FBA

Black with #769FBA

Text Example


Text Example

White with #769FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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