#79ABBA

Color #79ABBA Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #79ABBA

Tints of Glacier #79ABBA

Color information

#79ABBA (or 0x79ABBA) is unknown color: approx 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

RGB121171186-
CMYK0.350.0800.27
HSL193.85º32.02%60.2%-
HSV(B)193.85º34.95%72.94%-
XYZ31.3136.7451.89-
YUV157.76143.94101.78-

RGB Variations

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

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 (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211711860.350.0800.27193.8532.0260.2
Hex79ABBA23801Bc2203c
Octal17125327243100333024074
Binary11110011010101110111010100011100001101111000010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>