#77AAC1

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

Shades of Glacier #77AAC1

Tints of Glacier #77AAC1

Color information

#77AAC1 (or 0x77AAC1) is unknown color: approx Glacier. HEX triplet: 77, AA and C1. RGB value is (119,170,193). Sum of RGB (Red+Green+Blue) = 119+170+193=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #77AAC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AAC1 is #88553E. Grayscale: #9D9D9D. Windows color (decimal): -8934719 or 12692087. OLE color: 12692087.

HSL color Cylindrical-coordinate representation of color #77AAC1: hue angle of 198.65º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77AAC1 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB119170193-
CMYK0.380.1200.24
HSL198.65º37.37%61.18%-
HSV(B)198.65º38.34%75.69%-
XYZ31.6136.5255.84-
YUV157.37148.1100.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.69%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 193 (75.78% from 255) = 40.04%
R=24.69%
G=35.27%
B=40.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191701930.380.1200.24198.6537.3761.18
Hex77AAC126C018c7253d
Octal16725230146140303074575
Binary11101111010101011000001100110110001100011000111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77AAC1; }

 p { color: rgb(119,170,193); }

 H1.HeaderClassName
 {
   color: #77AAC1;
 }
 .AnyTagClassName
 {
   color: #77AAC1;
 }
</style>
background-color css

<style>
 a { background-color: #77AAC1; }

 a { background-color: rgb(119,170,193); }

 div.DivClassName
 {
   background-color: #77AAC1;
 }
 .BgClassName
 {
   background-color: #77AAC1;
 }
</style>
border-color css

<style>
 span { border-color: #77AAC1; }

 span { border-color: rgb(119,170,193); }

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