#77AEBC

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

Shades of Glacier #77AEBC

Tints of Glacier #77AEBC

Color information

#77AEBC (or 0x77AEBC) is unknown color: approx Glacier. HEX triplet: 77, AE and BC. RGB value is (119,174,188). Sum of RGB (Red+Green+Blue) = 119+174+188=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #77AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AEBC is #885143. Grayscale: #9F9F9F. Windows color (decimal): -8933700 or 12365431. OLE color: 12365431.

HSL color Cylindrical-coordinate representation of color #77AEBC: hue angle of 192.17º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77AEBC is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB119174188-
CMYK0.370.0700.26
HSL192.17º33.99%60.2%-
HSV(B)192.17º36.7%73.73%-
XYZ31.8237.8253.2-
YUV159.15144.2899.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.74%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=24.74%
G=36.17%
B=39.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191741880.370.0700.26192.1733.9960.2
Hex77AEBC25701Ac0223c
Octal1672562744570323004274
Binary1110111101011101011110010010111101101011000000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,174,188); }

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

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

 a { background-color: rgb(119,174,188); }

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

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

 span { border-color: rgb(119,174,188); }

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