#7EACBB

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

Shades of Glacier #7EACBB

Tints of Glacier #7EACBB

Color information

#7EACBB (or 0x7EACBB) is unknown color: approx Glacier. HEX triplet: 7E, AC and BB. RGB value is (126,172,187). Sum of RGB (Red+Green+Blue) = 126+172+187=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #7EACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACBB is #815344. Grayscale: #9F9F9F. Windows color (decimal): -8475461 or 12299390. OLE color: 12299390.

HSL color Cylindrical-coordinate representation of color #7EACBB: hue angle of 194.75º 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 #7EACBB is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB126172187-
CMYK0.330.0800.27
HSL194.75º30.96%61.37%-
HSV(B)194.75º32.62%73.33%-
XYZ32.3337.5352.55-
YUV159.96143.26103.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.98%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=25.98%
G=35.46%
B=38.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261721870.330.0800.27194.7530.9661.37
Hex7EACBB21801Bc31f3d
Octal17625427341100333033775
Binary1111110101011001011101110000110000110111100001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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