Html Css Color HEX #779DBC Bali Hai

📋 copy color: '#779DBC'

red 119 ◦ green 157 ◦ blue 188

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

Shades of Bali Hai #779DBC

Tints of Bali Hai #779DBC

RGB

 RED value IS 119 (46.88% from 255) = 25.65%

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

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 25.65%
G = 33.84%
B = 40.52%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#779DBC (or 0x779DBC) is known color: Bali Hai. HEX triplet: 77, 9D and BC. RGB value is (119,157,188). Sum of RGB (Red+Green+Blue) = 119+157+188=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #779DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DBC is #886243. Grayscale: #959595. Windows color (decimal): -8938052 or 12361079. OLE color: 12361079.

HSL color Cylindrical-coordinate representation of color #779DBC: hue angle of 206.96º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #779DBC is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 157 188 -
CMYK 0.37 0.16 0 0.26
HSL 206.96º 0.34% 0.6% -
HSV(B) 206.96º 0.37% 0.74% -
XYZ 28.74 31.67 52.17 -
YUV 149.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 119 157 188 0.37 0.16 0 0.26 206.96 0.34 0.6
Hex 77 9D BC 25 10 0 1A CF 22 3C
Octal 167 235 274 45 20 0 32 317 42 74
Binary 1110111 10011101 10111100 100101 10000 0 11010 11001111 100010 111100

Color Harmonies of #779DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DBC

Black with #779DBC

Text Example


Text Example

White with #779DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779DBC; }

 p { color: rgb(119,157,188); }

 H1.HeaderClassName
 {
   color: #779DBC;
 }
 .AnyTagClassName
 {
   color: #779DBC;
 }
</style>

background-color css

<style>
 a { background-color: #779DBC; }

 a { background-color: rgb(119,157,188); }

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

border-color css

<style>
 span { border-color: #779DBC; }

 span { border-color: rgb(119,157,188); }

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