#7EAEBB

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

Shades of Glacier #7EAEBB

Tints of Glacier #7EAEBB

Color information

#7EAEBB (or 0x7EAEBB) is unknown color: approx Glacier. HEX triplet: 7E, AE and BB. RGB value is (126,174,187). Sum of RGB (Red+Green+Blue) = 126+174+187=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #7EAEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAEBB is #815144. Grayscale: #A1A1A1. Windows color (decimal): -8474949 or 12299902. OLE color: 12299902.

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

Color convert

RGB126174187-
CMYK0.330.0700.27
HSL192.79º30.96%61.37%-
HSV(B)192.79º32.62%73.33%-
XYZ32.7138.352.68-
YUV161.13142.6102.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.87%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=25.87%
G=35.73%
B=38.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261741870.330.0700.27192.7930.9661.37
Hex7EAEBB21701Bc11f3d
Octal1762562734170333013775
Binary111111010101110101110111000011110110111100000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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