#79A1BA

Color #79A1BA Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #79A1BA

Tints of Bali Hai #79A1BA

Color information

#79A1BA (or 0x79A1BA) is unknown color: approx Bali Hai. HEX triplet: 79, A1 and BA. RGB value is (121,161,186). Sum of RGB (Red+Green+Blue) = 121+161+186=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #79A1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A1BA is #865E45. Grayscale: #979797. Windows color (decimal): -8805958 or 12231033. OLE color: 12231033.

HSL color Cylindrical-coordinate representation of color #79A1BA: hue angle of 203.08º degrees, saturation: 0.32, 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 #79A1BA is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121161186-
CMYK0.350.1300.27
HSL203.08º32.02%60.2%-
HSV(B)203.08º34.95%72.94%-
XYZ29.4933.151.29-
YUV151.89147.25105.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.85%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=25.85%
G=34.40%
B=39.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211611860.350.1300.27203.0832.0260.2
Hex79A1BA23D01Bcb203c
Octal17124127243150333134074
Binary11110011010000110111010100011110101101111001011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,161,186); }

 H1.HeaderClassName
 {
   color: #79A1BA;
 }
 .AnyTagClassName
 {
   color: #79A1BA;
 }
</style>
background-color css

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

 a { background-color: rgb(121,161,186); }

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

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

 span { border-color: rgb(121,161,186); }

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