#7FAEBA

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

Shades of Glacier #7FAEBA

Tints of Glacier #7FAEBA

Color information

#7FAEBA (or 0x7FAEBA) is unknown color: approx Glacier. HEX triplet: 7F, AE and BA. RGB value is (127,174,186). Sum of RGB (Red+Green+Blue) = 127+174+186=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #7FAEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEBA is #805145. Grayscale: #A1A1A1. Windows color (decimal): -8409414 or 12234367. OLE color: 12234367.

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

Color convert

RGB127174186-
CMYK0.320.0600.27
HSL192.2º29.95%61.37%-
HSV(B)192.2º31.72%72.94%-
XYZ32.7538.3352.13-
YUV161.32141.93103.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.08%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=26.08%
G=35.73%
B=38.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271741860.320.0600.27192.229.9561.37
Hex7FAEBA20601Bc01e3d
Octal1772562724060333003675
Binary111111110101110101110101000001100110111100000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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