#799FAE

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

Shades of Bali Hai #799FAE

Tints of Bali Hai #799FAE

Color information

#799FAE (or 0x799FAE) is unknown color: approx Bali Hai. HEX triplet: 79, 9F and AE. RGB value is (121,159,174). Sum of RGB (Red+Green+Blue) = 121+159+174=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #799FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799FAE is #866051. Grayscale: #959595. Windows color (decimal): -8806482 or 11444089. OLE color: 11444089.

HSL color Cylindrical-coordinate representation of color #799FAE: hue angle of 196.98º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #799FAE is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121159174-
CMYK0.300.0900.32
HSL196.98º24.65%57.84%-
HSV(B)196.98º30.46%68.24%-
XYZ27.9231.9244.73-
YUV149.35141.91107.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.65%
GREEN value IS 159 (62.5% from 255) = 35.02%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=26.65%
G=35.02%
B=38.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211591740.300.0900.32196.9824.6557.84
Hex799FAE1E9020c5193a
Octal17123725636110403053172
Binary1111001100111111010111011110100101000001100010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,159,174); }

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

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

 a { background-color: rgb(121,159,174); }

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

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

 span { border-color: rgb(121,159,174); }

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