#7FAEBB

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

Shades of Glacier #7FAEBB

Tints of Glacier #7FAEBB

Color information

#7FAEBB (or 0x7FAEBB) is unknown color: approx Glacier. HEX triplet: 7F, AE and BB. RGB value is (127,174,187). Sum of RGB (Red+Green+Blue) = 127+174+187=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #7FAEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEBB is #805144. Grayscale: #A1A1A1. Windows color (decimal): -8409413 or 12299903. OLE color: 12299903.

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

Color convert

RGB127174187-
CMYK0.320.0700.27
HSL193º30.61%61.57%-
HSV(B)193º32.09%73.33%-
XYZ32.8638.3752.69-
YUV161.43142.43103.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.02%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=26.02%
G=35.66%
B=38.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271741870.320.0700.2719330.6161.57
Hex7FAEBB20701Bc11f3e
Octal1772562734070333013776
Binary111111110101110101110111000001110110111100000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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