Html Css Color HEX #79A1BC Bali Hai

📋 copy color: '#79A1BC'

red 121 ◦ green 161 ◦ blue 188

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

Shades of Bali Hai #79A1BC

Tints of Bali Hai #79A1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 25.74%
G = 34.26%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#79A1BC (or 0x79A1BC) is known color: Bali Hai. HEX triplet: 79, A1 and BC. RGB value is (121,161,188). Sum of RGB (Red+Green+Blue) = 121+161+188=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #79A1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A1BC is #865E43. Grayscale: #979797. Windows color (decimal): -8805956 or 12362105. OLE color: 12362105.

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

Color convert

RGB 121 161 188 -
CMYK 0.36 0.14 0 0.26
HSL 204.18º 0.33% 0.61% -
HSV(B) 204.18º 0.36% 0.74% -
XYZ 29.71 33.19 52.42 -
YUV 152.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 121 161 188 0.36 0.14 0 0.26 204.18 0.33 0.61
Hex 79 A1 BC 24 E 0 1A CC 21 3D
Octal 171 241 274 44 16 0 32 314 41 75
Binary 1111001 10100001 10111100 100100 1110 0 11010 11001100 100001 111101

Color Harmonies of #79A1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A1BC

Black with #79A1BC

Text Example


Text Example

White with #79A1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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