#799EAC

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

Shades of Bali Hai #799EAC

Tints of Bali Hai #799EAC

Color information

#799EAC (or 0x799EAC) is unknown color: approx Bali Hai. HEX triplet: 79, 9E and AC. RGB value is (121,158,172). Sum of RGB (Red+Green+Blue) = 121+158+172=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #799EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799EAC is #866153. Grayscale: #949494. Windows color (decimal): -8806740 or 11312761. OLE color: 11312761.

HSL color Cylindrical-coordinate representation of color #799EAC: hue angle of 196.47º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #799EAC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121158172-
CMYK0.300.0800.33
HSL196.47º23.5%57.45%-
HSV(B)196.47º29.65%67.45%-
XYZ27.5631.543.66-
YUV148.53141.24108.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.83%
GREEN value IS 158 (62.11% from 255) = 35.03%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=26.83%
G=35.03%
B=38.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211581720.300.0800.33196.4723.557.45
Hex799EAC1E8021c41839
Octal17123625436100413043071
Binary1111001100111101010110011110100001000011100010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799EAC; }

 p { color: rgb(121,158,172); }

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

<style>
 a { background-color: #799EAC; }

 a { background-color: rgb(121,158,172); }

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

<style>
 span { border-color: #799EAC; }

 span { border-color: rgb(121,158,172); }

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