Html Css Color HEX #799FAB Bali Hai

📋 copy color: '#799FAB'

red 121 ◦ green 159 ◦ blue 171

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

Shades of Bali Hai #799FAB

Tints of Bali Hai #799FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.25%

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 26.83%
G = 35.25%
B = 37.92%

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

#799FAB (or 0x799FAB) is known color: Bali Hai. HEX triplet: 79, 9F and AB. RGB value is (121,159,171). Sum of RGB (Red+Green+Blue) = 121+159+171=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #799FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799FAB is #866054. Grayscale: #949494. Windows color (decimal): -8806485 or 11247481. OLE color: 11247481.

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

Color convert

RGB 121 159 171 -
CMYK 0.29 0.07 0 0.33
HSL 194.4º 0.23% 0.57% -
HSV(B) 194.4º 0.29% 0.67% -
XYZ 27.63 31.8 43.21 -
YUV 149.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 121 159 171 0.29 0.07 0 0.33 194.4 0.23 0.57
Hex 79 9F AB 1D 7 0 21 C2 17 39
Octal 171 237 253 35 7 0 41 302 27 71
Binary 1111001 10011111 10101011 11101 111 0 100001 11000010 10111 111001

Color Harmonies of #799FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799FAB

Black with #799FAB

Text Example


Text Example

White with #799FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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