Html Css Color HEX #779DBB Bali Hai

📋 copy color: '#779DBB'

red 119 ◦ green 157 ◦ blue 187

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

Shades of Bali Hai #779DBB

Tints of Bali Hai #779DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 25.7%
G = 33.91%
B = 40.39%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#779DBB (or 0x779DBB) is known color: Bali Hai. HEX triplet: 77, 9D and BB. RGB value is (119,157,187). Sum of RGB (Red+Green+Blue) = 119+157+187=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #779DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DBB is #886244. Grayscale: #949494. Windows color (decimal): -8938053 or 12295543. OLE color: 12295543.

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

Color convert

RGB 119 157 187 -
CMYK 0.36 0.16 0 0.27
HSL 206.47º 0.33% 0.6% -
HSV(B) 206.47º 0.36% 0.73% -
XYZ 28.63 31.62 51.61 -
YUV 149.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 119 157 187 0.36 0.16 0 0.27 206.47 0.33 0.6
Hex 77 9D BB 24 10 0 1B CE 21 3C
Octal 167 235 273 44 20 0 33 316 41 74
Binary 1110111 10011101 10111011 100100 10000 0 11011 11001110 100001 111100

Color Harmonies of #779DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DBB

Black with #779DBB

Text Example


Text Example

White with #779DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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