#7EB3BB

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

Shades of Glacier #7EB3BB

Tints of Glacier #7EB3BB

Color information

#7EB3BB (or 0x7EB3BB) is unknown color: approx Glacier. HEX triplet: 7E, B3 and BB. RGB value is (126,179,187). Sum of RGB (Red+Green+Blue) = 126+179+187=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #7EB3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB3BB is #814C44. Grayscale: #A3A3A3. Windows color (decimal): -8473669 or 12301182. OLE color: 12301182.

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

Color convert

RGB126179187-
CMYK0.330.0400.27
HSL187.87º30.96%61.37%-
HSV(B)187.87º32.62%73.33%-
XYZ33.6940.2653.01-
YUV164.06140.94100.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.61%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=25.61%
G=36.38%
B=38.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261791870.330.0400.27187.8730.9661.37
Hex7EB3BB21401Bbc1f3d
Octal1762632734140332743775
Binary111111010110011101110111000011000110111011110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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