#799CAB

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

Shades of Bali Hai #799CAB

Tints of Bali Hai #799CAB

Color information

#799CAB (or 0x799CAB) is unknown color: approx Bali Hai. HEX triplet: 79, 9C and AB. RGB value is (121,156,171). Sum of RGB (Red+Green+Blue) = 121+156+171=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #799CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799CAB is #866354. Grayscale: #939393. Windows color (decimal): -8807253 or 11246713. OLE color: 11246713.

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

Color convert

RGB121156171-
CMYK0.290.0900.33
HSL198º22.94%57.25%-
HSV(B)198º29.24%67.06%-
XYZ27.1230.7843.04-
YUV147.24141.4109.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.01%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=27.01%
G=34.82%
B=38.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211561710.290.0900.3319822.9457.25
Hex799CAB1D9021c61739
Octal17123425335110413062771
Binary1111001100111001010101111101100101000011100011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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