#7BACBE

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

Shades of Glacier #7BACBE

Tints of Glacier #7BACBE

Color information

#7BACBE (or 0x7BACBE) is unknown color: approx Glacier. HEX triplet: 7B, AC and BE. RGB value is (123,172,190). Sum of RGB (Red+Green+Blue) = 123+172+190=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BACBE is #845341. Grayscale: #9F9F9F. Windows color (decimal): -8672066 or 12495995. OLE color: 12495995.

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

Color convert

RGB123172190-
CMYK0.350.0900.25
HSL196.12º34.01%61.37%-
HSV(B)196.12º35.26%74.51%-
XYZ32.2237.4354.24-
YUV159.4145.27102.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.36%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=25.36%
G=35.46%
B=39.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231721900.350.0900.25196.1234.0161.37
Hex7BACBE239019c4223d
Octal17325427643110313044275
Binary11110111010110010111110100011100101100111000100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,172,190); }

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

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

 a { background-color: rgb(123,172,190); }

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

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

 span { border-color: rgb(123,172,190); }

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