#7EACBC

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

Shades of Glacier #7EACBC

Tints of Glacier #7EACBC

Color information

#7EACBC (or 0x7EACBC) is unknown color: approx Glacier. HEX triplet: 7E, AC and BC. RGB value is (126,172,188). Sum of RGB (Red+Green+Blue) = 126+172+188=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACBC is #815343. Grayscale: #9F9F9F. Windows color (decimal): -8475460 or 12364926. OLE color: 12364926.

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

Color convert

RGB126172188-
CMYK0.330.0900.26
HSL195.48º31.63%61.57%-
HSV(B)195.48º32.98%73.73%-
XYZ32.4337.5753.12-
YUV160.07143.76103.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.93%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=25.93%
G=35.39%
B=38.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261721880.330.0900.26195.4831.6361.57
Hex7EACBC21901Ac3203e
Octal17625427441110323034076
Binary11111101010110010111100100001100101101011000011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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