#799EAF

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

Shades of Bali Hai #799EAF

Tints of Bali Hai #799EAF

Color information

#799EAF (or 0x799EAF) is unknown color: approx Bali Hai. HEX triplet: 79, 9E and AF. RGB value is (121,158,175). Sum of RGB (Red+Green+Blue) = 121+158+175=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #799EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799EAF is #866150. Grayscale: #949494. Windows color (decimal): -8806737 or 11509369. OLE color: 11509369.

HSL color Cylindrical-coordinate representation of color #799EAF: hue angle of 198.89º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #799EAF is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121158175-
CMYK0.310.1000.31
HSL198.89º25.23%58.04%-
HSV(B)198.89º30.86%68.63%-
XYZ27.8531.6145.19-
YUV148.88142.74108.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.65%
GREEN value IS 158 (62.11% from 255) = 34.80%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=26.65%
G=34.80%
B=38.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211581750.310.1000.31198.8925.2358.04
Hex799EAF1FA01Fc7193a
Octal17123625737120373073172
Binary111100110011110101011111111110100111111100011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,158,175); }

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

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

 a { background-color: rgb(121,158,175); }

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

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

 span { border-color: rgb(121,158,175); }

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