#7FAEB9

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

Shades of Glacier #7FAEB9

Tints of Glacier #7FAEB9

Color information

#7FAEB9 (or 0x7FAEB9) is unknown color: approx Glacier. HEX triplet: 7F, AE and B9. RGB value is (127,174,185). Sum of RGB (Red+Green+Blue) = 127+174+185=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #7FAEB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEB9 is #805146. Grayscale: #A1A1A1. Windows color (decimal): -8409415 or 12168831. OLE color: 12168831.

HSL color Cylindrical-coordinate representation of color #7FAEB9: hue angle of 191.38º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FAEB9 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB127174185-
CMYK0.310.0600.27
HSL191.38º29.29%61.18%-
HSV(B)191.38º31.35%72.55%-
XYZ32.6538.2951.57-
YUV161.2141.43103.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.13%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 185 (72.66% from 255) = 38.07%
R=26.13%
G=35.80%
B=38.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271741850.310.0600.27191.3829.2961.18
Hex7FAEB91F601Bbf1d3d
Octal1772562713760332773575
Binary11111111010111010111001111111100110111011111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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