#7EB4BF

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

Shades of Glacier #7EB4BF

Tints of Glacier #7EB4BF

Color information

#7EB4BF (or 0x7EB4BF) is unknown color: approx Glacier. HEX triplet: 7E, B4 and BF. RGB value is (126,180,191). Sum of RGB (Red+Green+Blue) = 126+180+191=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #7EB4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB4BF is #814B40. Grayscale: #A5A5A5. Windows color (decimal): -8473409 or 12563582. OLE color: 12563582.

HSL color Cylindrical-coordinate representation of color #7EB4BF: hue angle of 190.15º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EB4BF is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126180191-
CMYK0.340.0600.25
HSL190.15º33.68%62.16%-
HSV(B)190.15º34.03%74.9%-
XYZ34.3340.8455.36-
YUV165.11142.61100.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.35%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 191 (75% from 255) = 38.43%
R=25.35%
G=36.22%
B=38.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261801910.340.0600.25190.1533.6862.16
Hex7EB4BF226019be223e
Octal1762642774260312764276
Binary1111110101101001011111110001011001100110111110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,180,191); }

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

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

 a { background-color: rgb(126,180,191); }

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

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

 span { border-color: rgb(126,180,191); }

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