Html Css Color HEX #799EAA Bali Hai

📋 copy color: '#799EAA'

red 121 ◦ green 158 ◦ blue 170

#799EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #799EAA

Tints of Bali Hai #799EAA

RGB

 RED value IS 121 (47.66% from 255) = 26.95%

 GREEN value IS 158 (62.11% from 255) = 35.19%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 26.95%
G = 35.19%
B = 37.86%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#799EAA (or 0x799EAA) is known color: Bali Hai. HEX triplet: 79, 9E and AA. RGB value is (121,158,170). Sum of RGB (Red+Green+Blue) = 121+158+170=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #799EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799EAA is #866155. Grayscale: #949494. Windows color (decimal): -8806742 or 11181689. OLE color: 11181689.

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

Color convert

RGB 121 158 170 -
CMYK 0.29 0.07 0 0.33
HSL 194.69º 0.22% 0.57% -
HSV(B) 194.69º 0.29% 0.67% -
XYZ 27.37 31.42 42.65 -
YUV 148.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 121 158 170 0.29 0.07 0 0.33 194.69 0.22 0.57
Hex 79 9E AA 1D 7 0 21 C3 16 39
Octal 171 236 252 35 7 0 41 303 26 71
Binary 1111001 10011110 10101010 11101 111 0 100001 11000011 10110 111001

Color Harmonies of #799EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799EAA

Black with #799EAA

Text Example


Text Example

White with #799EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #799EAA;
 }
 .AnyTagClassName
 {
   color: #799EAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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