#799CAA

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

Shades of Bali Hai #799CAA

Tints of Bali Hai #799CAA

Color information

#799CAA (or 0x799CAA) is unknown color: approx Bali Hai. HEX triplet: 79, 9C and AA. RGB value is (121,156,170). Sum of RGB (Red+Green+Blue) = 121+156+170=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #799CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799CAA is #866355. Grayscale: #939393. Windows color (decimal): -8807254 or 11181177. OLE color: 11181177.

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

Color convert

RGB121156170-
CMYK0.290.0800.33
HSL197.14º22.37%57.06%-
HSV(B)197.14º28.82%66.67%-
XYZ27.0330.7442.54-
YUV147.13140.9109.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.07%
GREEN value IS 156 (61.33% from 255) = 34.90%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=27.07%
G=34.90%
B=38.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211561700.290.0800.33197.1422.3757.06
Hex799CAA1D8021c51639
Octal17123425235100413052671
Binary1111001100111001010101011101100001000011100010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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