#7EA6BC

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

Shades of Glacier #7EA6BC

Tints of Glacier #7EA6BC

Color information

#7EA6BC (or 0x7EA6BC) is unknown color: approx Glacier. HEX triplet: 7E, A6 and BC. RGB value is (126,166,188). Sum of RGB (Red+Green+Blue) = 126+166+188=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EA6BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA6BC is #815943. Grayscale: #9C9C9C. Windows color (decimal): -8476996 or 12363390. OLE color: 12363390.

HSL color Cylindrical-coordinate representation of color #7EA6BC: hue angle of 201.29º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EA6BC is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB126166188-
CMYK0.330.1200.26
HSL201.29º31.63%61.57%-
HSV(B)201.29º32.98%73.73%-
XYZ31.3235.3452.75-
YUV156.55145.75106.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.25%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=26.25%
G=34.58%
B=39.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261661880.330.1200.26201.2931.6361.57
Hex7EA6BC21C01Ac9203e
Octal17624627441140323114076
Binary11111101010011010111100100001110001101011001001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,166,188); }

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

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

 a { background-color: rgb(126,166,188); }

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

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

 span { border-color: rgb(126,166,188); }

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