#799FBD

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

Shades of Bali Hai #799FBD

Tints of Bali Hai #799FBD

Color information

#799FBD (or 0x799FBD) is unknown color: approx Bali Hai. HEX triplet: 79, 9F and BD. RGB value is (121,159,189). Sum of RGB (Red+Green+Blue) = 121+159+189=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #799FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FBD is #866042. Grayscale: #969696. Windows color (decimal): -8806467 or 12427129. OLE color: 12427129.

HSL color Cylindrical-coordinate representation of color #799FBD: hue angle of 206.47º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #799FBD is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121159189-
CMYK0.360.1600.26
HSL206.47º34%60.78%-
HSV(B)206.47º35.98%74.12%-
XYZ29.4732.5452.87-
YUV151.06149.41106.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.80%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=25.80%
G=33.90%
B=40.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211591890.360.1600.26206.473460.78
Hex799FBD241001Ace223d
Octal17123727544200323164275
Binary111100110011111101111011001001000001101011001110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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