Html Css Color HEX #79A0B4 Bali Hai

📋 copy color: '#79A0B4'

red 121 ◦ green 160 ◦ blue 180

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

Shades of Bali Hai #79A0B4

Tints of Bali Hai #79A0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.05%

R = 26.25%
G = 34.71%
B = 39.05%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#79A0B4 (or 0x79A0B4) is known color: Bali Hai. HEX triplet: 79, A0 and B4. RGB value is (121,160,180). Sum of RGB (Red+Green+Blue) = 121+160+180=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: blue. Hex color #79A0B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A0B4 is #865F4B. Grayscale: #969696. Windows color (decimal): -8806220 or 11837561. OLE color: 11837561.

HSL color Cylindrical-coordinate representation of color #79A0B4: hue angle of 200.34º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79A0B4 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 160 180 -
CMYK 0.33 0.11 0 0.29
HSL 200.34º 0.28% 0.59% -
HSV(B) 200.34º 0.33% 0.71% -
XYZ 28.69 32.5 47.94 -
YUV 150.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 121 160 180 0.33 0.11 0 0.29 200.34 0.28 0.59
Hex 79 A0 B4 21 B 0 1D C8 1C 3B
Octal 171 240 264 41 13 0 35 310 34 73
Binary 1111001 10100000 10110100 100001 1011 0 11101 11001000 11100 111011

Color Harmonies of #79A0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A0B4

Black with #79A0B4

Text Example


Text Example

White with #79A0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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