#7EB8BB

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

Shades of Glacier #7EB8BB

Tints of Glacier #7EB8BB

Color information

#7EB8BB (or 0x7EB8BB) is unknown color: approx Glacier. HEX triplet: 7E, B8 and BB. RGB value is (126,184,187). Sum of RGB (Red+Green+Blue) = 126+184+187=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #7EB8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB8BB is #814744. Grayscale: #A6A6A6. Windows color (decimal): -8472389 or 12302462. OLE color: 12302462.

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

Color convert

RGB126184187-
CMYK0.330.0200.27
HSL182.95º30.96%61.37%-
HSV(B)182.95º32.62%73.33%-
XYZ34.7142.353.35-
YUV167139.2898.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.35%
GREEN value IS 184 (72.27% from 255) = 37.02%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=25.35%
G=37.02%
B=37.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261841870.330.0200.27182.9530.9661.37
Hex7EB8BB21201Bb71f3d
Octal1762702734120332673775
Binary11111101011100010111011100001100110111011011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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