#7faebc

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

Shades of Glacier #7FAEBC

Tints of Glacier #7FAEBC

Color information

#7FAEBC (or 0x7FAEBC) is unknown color: approx Glacier. HEX triplet: 7F, AE and BC. RGB value is (127,174,188). Sum of RGB (Red+Green+Blue) = 127+174+188=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #7FAEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEBC is #805143. Grayscale: #A1A1A1. Windows color (decimal): -8409412 or 12365439. OLE color: 12365439.

HSL color Cylindrical-coordinate representation of color #7FAEBC: hue angle of 193.77º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FAEBC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB127174188-
CMYK0.320.0700.26
HSL193.77º31.28%61.76%-
HSV(B)193.77º32.45%73.73%-
XYZ32.9738.4153.25-
YUV161.54142.93103.36-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.97%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=25.97%
G=35.58%
B=38.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271741880.320.0700.26193.7731.2861.76
Hex7FAEBC20701Ac21f3e
Octal1772562744070323023776
Binary111111110101110101111001000001110110101100001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7faebc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7faebc; }

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

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

<style>
 a { background-color: #7faebc; }

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

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

<style>
 span { border-color: #7faebc; }

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

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