#79A1BB

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

Shades of Bali Hai #79A1BB

Tints of Bali Hai #79A1BB

Color information

#79A1BB (or 0x79A1BB) is unknown color: approx Bali Hai. HEX triplet: 79, A1 and BB. RGB value is (121,161,187). Sum of RGB (Red+Green+Blue) = 121+161+187=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #79A1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A1BB is #865E44. Grayscale: #979797. Windows color (decimal): -8805957 or 12296569. OLE color: 12296569.

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

Color convert

RGB121161187-
CMYK0.350.1400.27
HSL203.64º32.67%60.39%-
HSV(B)203.64º35.29%73.33%-
XYZ29.633.1451.85-
YUV152147.75105.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.80%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=25.80%
G=34.33%
B=39.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211611870.350.1400.27203.6432.6760.39
Hex79A1BB23E01Bcc213c
Octal17124127343160333144174
Binary11110011010000110111011100011111001101111001100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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