#7FAEBD

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

Shades of Glacier #7FAEBD

Tints of Glacier #7FAEBD

Color information

#7FAEBD (or 0x7FAEBD) is unknown color: approx Glacier. HEX triplet: 7F, AE and BD. RGB value is (127,174,189). Sum of RGB (Red+Green+Blue) = 127+174+189=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FAEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEBD is #805142. Grayscale: #A1A1A1. Windows color (decimal): -8409411 or 12430975. OLE color: 12430975.

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

Color convert

RGB127174189-
CMYK0.330.0800.26
HSL194.52º31.96%61.96%-
HSV(B)194.52º32.8%74.12%-
XYZ33.0738.4653.82-
YUV161.66143.43103.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.92%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=25.92%
G=35.51%
B=38.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271741890.330.0800.26194.5231.9661.96
Hex7FAEBD21801Ac3203e
Octal17725627541100323034076
Binary11111111010111010111101100001100001101011000011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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