#79A2BA

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

Shades of Bali Hai #79A2BA

Tints of Bali Hai #79A2BA

Color information

#79A2BA (or 0x79A2BA) is unknown color: approx Bali Hai. HEX triplet: 79, A2 and BA. RGB value is (121,162,186). Sum of RGB (Red+Green+Blue) = 121+162+186=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #79A2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A2BA is #865D45. Grayscale: #989898. Windows color (decimal): -8805702 or 12231289. OLE color: 12231289.

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

Color convert

RGB121162186-
CMYK0.350.1300.27
HSL202.15º32.02%60.2%-
HSV(B)202.15º34.95%72.94%-
XYZ29.6733.4551.35-
YUV152.48146.92105.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.80%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=25.80%
G=34.54%
B=39.66%

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
Decimal1211621860.350.1300.27202.1532.0260.2
Hex79A2BA23D01Bca203c
Octal17124227243150333124074
Binary11110011010001010111010100011110101101111001010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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