#799CAC

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

Shades of Bali Hai #799CAC

Tints of Bali Hai #799CAC

Color information

#799CAC (or 0x799CAC) is unknown color: approx Bali Hai. HEX triplet: 79, 9C and AC. RGB value is (121,156,172). Sum of RGB (Red+Green+Blue) = 121+156+172=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #799CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799CAC is #866353. Grayscale: #939393. Windows color (decimal): -8807252 or 11312249. OLE color: 11312249.

HSL color Cylindrical-coordinate representation of color #799CAC: hue angle of 198.82º 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 #799CAC is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121156172-
CMYK0.300.0900.33
HSL198.82º23.5%57.45%-
HSV(B)198.82º29.65%67.45%-
XYZ27.2230.8243.54-
YUV147.36141.9109.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.95%
GREEN value IS 156 (61.33% from 255) = 34.74%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=26.95%
G=34.74%
B=38.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211561720.300.0900.33198.8223.557.45
Hex799CAC1E9021c71839
Octal17123425436110413073071
Binary1111001100111001010110011110100101000011100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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