#7FAEBE

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

Shades of Glacier #7FAEBE

Tints of Glacier #7FAEBE

Color information

#7FAEBE (or 0x7FAEBE) is unknown color: approx Glacier. HEX triplet: 7F, AE and BE. RGB value is (127,174,190). Sum of RGB (Red+Green+Blue) = 127+174+190=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FAEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEBE is #805141. Grayscale: #A1A1A1. Windows color (decimal): -8409410 or 12496511. OLE color: 12496511.

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

Color convert

RGB127174190-
CMYK0.330.0800.25
HSL195.24º32.64%62.16%-
HSV(B)195.24º33.16%74.51%-
XYZ33.1838.554.4-
YUV161.77143.93103.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.87%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=25.87%
G=35.44%
B=38.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271741900.330.0800.25195.2432.6462.16
Hex7FAEBE218019c3213e
Octal17725627641100313034176
Binary11111111010111010111110100001100001100111000011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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