#7BACB6

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

Shades of Glacier #7BACB6

Tints of Glacier #7BACB6

Color information

#7BACB6 (or 0x7BACB6) is unknown color: approx Glacier. HEX triplet: 7B, AC and B6. RGB value is (123,172,182). Sum of RGB (Red+Green+Blue) = 123+172+182=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 182 - color contains mainly: blue. Hex color #7BACB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BACB6 is #845349. Grayscale: #9E9E9E. Windows color (decimal): -8672074 or 11971707. OLE color: 11971707.

HSL color Cylindrical-coordinate representation of color #7BACB6: hue angle of 190.17º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BACB6 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB123172182-
CMYK0.320.0500.29
HSL190.17º28.78%59.8%-
HSV(B)190.17º32.42%71.37%-
XYZ31.3637.0949.76-
YUV158.49141.27102.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.79%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 182 (71.48% from 255) = 38.16%
R=25.79%
G=36.06%
B=38.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1231721820.320.0500.29190.1728.7859.8
Hex7BACB620501Dbe1d3c
Octal1732542664050352763574
Binary111101110101100101101101000001010111011011111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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