#7CB1B6

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

Shades of Glacier #7CB1B6

Tints of Glacier #7CB1B6

Color information

#7CB1B6 (or 0x7CB1B6) is unknown color: approx Glacier. HEX triplet: 7C, B1 and B6. RGB value is (124,177,182). Sum of RGB (Red+Green+Blue) = 124+177+182=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 182 - color contains mainly: blue. Hex color #7CB1B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB1B6 is #834E49. Grayscale: #A1A1A1. Windows color (decimal): -8605258 or 11972988. OLE color: 11972988.

HSL color Cylindrical-coordinate representation of color #7CB1B6: hue angle of 185.17º degrees, saturation: 0.28, 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 #7CB1B6 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB124177182-
CMYK0.320.0300.29
HSL185.17º28.43%60%-
HSV(B)185.17º31.87%71.37%-
XYZ32.4839.1150.09-
YUV161.72139.44101.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.67%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 182 (71.48% from 255) = 37.68%
R=25.67%
G=36.65%
B=37.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241771820.320.0300.29185.1728.4360
Hex7CB1B620301Db91c3c
Octal1742612664030352713474
Binary11111001011000110110110100000110111011011100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,177,182); }

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

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

 a { background-color: rgb(124,177,182); }

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

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

 span { border-color: rgb(124,177,182); }

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