Html Css Color HEX #79ABBA Glacier

📋 copy color: '#79ABBA'

red 121 ◦ green 171 ◦ blue 186

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

Shades of Glacier #79ABBA

Tints of Glacier #79ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.77%

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 25.31%
G = 35.77%
B = 38.91%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#79ABBA (or 0x79ABBA) is known color: Glacier. HEX triplet: 79, AB and BA. RGB value is (121,171,186). Sum of RGB (Red+Green+Blue) = 121+171+186=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #79ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ABBA is #865445. Grayscale: #9D9D9D. Windows color (decimal): -8803398 or 12233593. OLE color: 12233593.

HSL color Cylindrical-coordinate representation of color #79ABBA: hue angle of 193.85º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79ABBA is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 171 186 -
CMYK 0.35 0.08 0 0.27
HSL 193.85º 0.32% 0.6% -
HSV(B) 193.85º 0.35% 0.73% -
XYZ 31.31 36.74 51.89 -
YUV 157.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 121 171 186 0.35 0.08 0 0.27 193.85 0.32 0.6
Hex 79 AB BA 23 8 0 1B C2 20 3C
Octal 171 253 272 43 10 0 33 302 40 74
Binary 1111001 10101011 10111010 100011 1000 0 11011 11000010 100000 111100

Color Harmonies of #79ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79ABBA

Black with #79ABBA

Text Example


Text Example

White with #79ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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