Html Css Color HEX #79A1B3 Bali Hai

📋 copy color: '#79A1B3'

red 121 ◦ green 161 ◦ blue 179

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

Shades of Bali Hai #79A1B3

Tints of Bali Hai #79A1B3

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.92%

 BLUE value IS 179 (70.31% from 255) = 38.83%

R = 26.25%
G = 34.92%
B = 38.83%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#79A1B3 (or 0x79A1B3) is known color: Bali Hai. HEX triplet: 79, A1 and B3. RGB value is (121,161,179). Sum of RGB (Red+Green+Blue) = 121+161+179=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #79A1B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A1B3 is #865E4C. Grayscale: #969696. Windows color (decimal): -8805965 or 11772281. OLE color: 11772281.

HSL color Cylindrical-coordinate representation of color #79A1B3: hue angle of 198.62º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79A1B3 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 121 161 179 -
CMYK 0.32 0.10 0 0.30
HSL 198.62º 0.28% 0.59% -
HSV(B) 198.62º 0.32% 0.7% -
XYZ 28.77 32.81 47.46 -
YUV 151.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 121 161 179 0.32 0.10 0 0.30 198.62 0.28 0.59
Hex 79 A1 B3 20 A 0 1E C7 1C 3B
Octal 171 241 263 40 12 0 36 307 34 73
Binary 1111001 10100001 10110011 100000 1010 0 11110 11000111 11100 111011

Color Harmonies of #79A1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A1B3

Black with #79A1B3

Text Example


Text Example

White with #79A1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79A1B3; }

 p { color: rgb(121,161,179); }

 H1.HeaderClassName
 {
   color: #79A1B3;
 }
 .AnyTagClassName
 {
   color: #79A1B3;
 }
</style>

background-color css

<style>
 a { background-color: #79A1B3; }

 a { background-color: rgb(121,161,179); }

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

border-color css

<style>
 span { border-color: #79A1B3; }

 span { border-color: rgb(121,161,179); }

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