Html Css Color HEX #79A0BB Bali Hai

📋 copy color: '#79A0BB'

red 121 ◦ green 160 ◦ blue 187

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

Shades of Bali Hai #79A0BB

Tints of Bali Hai #79A0BB

RGB

 RED value IS 121 (47.66% from 255) = 25.85%

 GREEN value IS 160 (62.89% from 255) = 34.19%

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

R = 25.85%
G = 34.19%
B = 39.96%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#79A0BB (or 0x79A0BB) is known color: Bali Hai. HEX triplet: 79, A0 and BB. RGB value is (121,160,187). Sum of RGB (Red+Green+Blue) = 121+160+187=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #79A0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A0BB is #865F44. Grayscale: #979797. Windows color (decimal): -8806213 or 12296313. OLE color: 12296313.

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

Color convert

RGB 121 160 187 -
CMYK 0.35 0.14 0 0.27
HSL 204.55º 0.33% 0.6% -
HSV(B) 204.55º 0.35% 0.73% -
XYZ 29.43 32.79 51.79 -
YUV 151.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 121 160 187 0.35 0.14 0 0.27 204.55 0.33 0.6
Hex 79 A0 BB 23 E 0 1B CD 21 3C
Octal 171 240 273 43 16 0 33 315 41 74
Binary 1111001 10100000 10111011 100011 1110 0 11011 11001101 100001 111100

Color Harmonies of #79A0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A0BB

Black with #79A0BB

Text Example


Text Example

White with #79A0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79A0BB; }

 p { color: rgb(121,160,187); }

 H1.HeaderClassName
 {
   color: #79A0BB;
 }
 .AnyTagClassName
 {
   color: #79A0BB;
 }
</style>

background-color css

<style>
 a { background-color: #79A0BB; }

 a { background-color: rgb(121,160,187); }

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

border-color css

<style>
 span { border-color: #79A0BB; }

 span { border-color: rgb(121,160,187); }

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