#79A2B2

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

Shades of Bali Hai #79A2B2

Tints of Bali Hai #79A2B2

Color information

#79A2B2 (or 0x79A2B2) is unknown color: approx Bali Hai. HEX triplet: 79, A2 and B2. RGB value is (121,162,178). Sum of RGB (Red+Green+Blue) = 121+162+178=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 178 - color contains mainly: blue. Hex color #79A2B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A2B2 is #865D4D. Grayscale: #979797. Windows color (decimal): -8805710 or 11707001. OLE color: 11707001.

HSL color Cylindrical-coordinate representation of color #79A2B2: hue angle of 196.84º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79A2B2 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB121162178-
CMYK0.320.0900.30
HSL196.84º27.01%58.63%-
HSV(B)196.84º32.02%69.8%-
XYZ28.8433.1246.99-
YUV151.56142.92106.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.25%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 178 (69.92% from 255) = 38.61%
R=26.25%
G=35.14%
B=38.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1211621780.320.0900.30196.8427.0158.63
Hex79A2B220901Ec51b3b
Octal17124226240110363053373
Binary1111001101000101011001010000010010111101100010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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