#79A1BC

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

Shades of Bali Hai #79A1BC

Tints of Bali Hai #79A1BC

Color information

#79A1BC (or 0x79A1BC) is unknown color: approx Bali Hai. HEX triplet: 79, A1 and BC. RGB value is (121,161,188). Sum of RGB (Red+Green+Blue) = 121+161+188=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #79A1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A1BC is #865E43. Grayscale: #979797. Windows color (decimal): -8805956 or 12362105. OLE color: 12362105.

HSL color Cylindrical-coordinate representation of color #79A1BC: hue angle of 204.18º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79A1BC is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121161188-
CMYK0.360.1400.26
HSL204.18º33.33%60.59%-
HSV(B)204.18º35.64%73.73%-
XYZ29.7133.1952.42-
YUV152.12148.25105.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.74%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 188 (73.83% from 255) = 40%
R=25.74%
G=34.26%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211611880.360.1400.26204.1833.3360.59
Hex79A1BC24E01Acc213d
Octal17124127444160323144175
Binary11110011010000110111100100100111001101011001100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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