#7EB7BC

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

Shades of Glacier #7EB7BC

Tints of Glacier #7EB7BC

Color information

#7EB7BC (or 0x7EB7BC) is unknown color: approx Glacier. HEX triplet: 7E, B7 and BC. RGB value is (126,183,188). Sum of RGB (Red+Green+Blue) = 126+183+188=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EB7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB7BC is #814843. Grayscale: #A6A6A6. Windows color (decimal): -8472644 or 12367742. OLE color: 12367742.

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

Color convert

RGB126183188-
CMYK0.330.0300.26
HSL184.84º31.63%61.57%-
HSV(B)184.84º32.98%73.73%-
XYZ34.6141.9353.85-
YUV166.53140.1299.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.35%
GREEN value IS 183 (71.88% from 255) = 36.82%
BLUE value IS 188 (73.83% from 255) = 37.83%
R=25.35%
G=36.82%
B=37.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261831880.330.0300.26184.8431.6361.57
Hex7EB7BC21301Ab9203e
Octal1762672744130322714076
Binary111111010110111101111001000011101101010111001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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