Html Css Color HEX #79A1BD Bali Hai

📋 copy color: '#79A1BD'

red 121 ◦ green 161 ◦ blue 189

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

Shades of Bali Hai #79A1BD

Tints of Bali Hai #79A1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.13%

R = 25.69%
G = 34.18%
B = 40.13%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#79A1BD (or 0x79A1BD) is known color: Bali Hai. HEX triplet: 79, A1 and BD. RGB value is (121,161,189). Sum of RGB (Red+Green+Blue) = 121+161+189=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #79A1BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A1BD is #865E42. Grayscale: #989898. Windows color (decimal): -8805955 or 12427641. OLE color: 12427641.

HSL color Cylindrical-coordinate representation of color #79A1BD: hue angle of 204.71º 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 #79A1BD is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 161 189 -
CMYK 0.36 0.15 0 0.26
HSL 204.71º 0.34% 0.61% -
HSV(B) 204.71º 0.36% 0.74% -
XYZ 29.82 33.23 52.99 -
YUV 152.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 121 161 189 0.36 0.15 0 0.26 204.71 0.34 0.61
Hex 79 A1 BD 24 F 0 1A CD 22 3D
Octal 171 241 275 44 17 0 32 315 42 75
Binary 1111001 10100001 10111101 100100 1111 0 11010 11001101 100010 111101

Color Harmonies of #79A1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A1BD

Black with #79A1BD

Text Example


Text Example

White with #79A1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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