#799FAB

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

Shades of Bali Hai #799FAB

Tints of Bali Hai #799FAB

Color information

#799FAB (or 0x799FAB) is unknown color: approx Bali Hai. HEX triplet: 79, 9F and AB. RGB value is (121,159,171). Sum of RGB (Red+Green+Blue) = 121+159+171=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #799FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799FAB is #866054. Grayscale: #949494. Windows color (decimal): -8806485 or 11247481. OLE color: 11247481.

HSL color Cylindrical-coordinate representation of color #799FAB: hue angle of 194.4º degrees, saturation: 0.23, 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 #799FAB is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121159171-
CMYK0.290.0700.33
HSL194.4º22.94%57.25%-
HSV(B)194.4º29.24%67.06%-
XYZ27.6331.843.21-
YUV149.01140.41108.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.83%
GREEN value IS 159 (62.5% from 255) = 35.25%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=26.83%
G=35.25%
B=37.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211591710.290.0700.33194.422.9457.25
Hex799FAB1D7021c21739
Octal1712372533570413022771
Binary111100110011111101010111110111101000011100001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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