#79A1B1

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

Shades of Bali Hai #79A1B1

Tints of Bali Hai #79A1B1

Color information

#79A1B1 (or 0x79A1B1) is unknown color: approx Bali Hai. HEX triplet: 79, A1 and B1. RGB value is (121,161,177). Sum of RGB (Red+Green+Blue) = 121+161+177=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 177 - color contains mainly: blue. Hex color #79A1B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A1B1 is #865E4E. Grayscale: #969696. Windows color (decimal): -8805967 or 11641209. OLE color: 11641209.

HSL color Cylindrical-coordinate representation of color #79A1B1: hue angle of 197.14º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79A1B1 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121161177-
CMYK0.320.0900.31
HSL197.14º26.42%58.43%-
HSV(B)197.14º31.64%69.41%-
XYZ28.5732.7346.41-
YUV150.86142.75106.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.36%
GREEN value IS 161 (63.28% from 255) = 35.08%
BLUE value IS 177 (69.53% from 255) = 38.56%
R=26.36%
G=35.08%
B=38.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211611770.320.0900.31197.1426.4258.43
Hex79A1B120901Fc51a3a
Octal17124126140110373053272
Binary1111001101000011011000110000010010111111100010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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