#799FBA

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

Shades of Bali Hai #799FBA

Tints of Bali Hai #799FBA

Color information

#799FBA (or 0x799FBA) is unknown color: approx Bali Hai. HEX triplet: 79, 9F and BA. RGB value is (121,159,186). Sum of RGB (Red+Green+Blue) = 121+159+186=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #799FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FBA is #866045. Grayscale: #969696. Windows color (decimal): -8806470 or 12230521. OLE color: 12230521.

HSL color Cylindrical-coordinate representation of color #799FBA: hue angle of 204.92º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #799FBA is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121159186-
CMYK0.350.1500.27
HSL204.92º32.02%60.2%-
HSV(B)204.92º34.95%72.94%-
XYZ29.1532.4151.17-
YUV150.72147.91106.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.97%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=25.97%
G=34.12%
B=39.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211591860.350.1500.27204.9232.0260.2
Hex799FBA23F01Bcd203c
Octal17123727243170333154074
Binary11110011001111110111010100011111101101111001101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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