#7CACBF

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

Shades of Glacier #7CACBF

Tints of Glacier #7CACBF

Color information

#7CACBF (or 0x7CACBF) is unknown color: approx Glacier. HEX triplet: 7C, AC and BF. RGB value is (124,172,191). Sum of RGB (Red+Green+Blue) = 124+172+191=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #7CACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACBF is #835340. Grayscale: #9F9F9F. Windows color (decimal): -8606529 or 12561532. OLE color: 12561532.

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

Color convert

RGB124172191-
CMYK0.350.1000.25
HSL197.01º34.36%61.76%-
HSV(B)197.01º35.08%74.9%-
XYZ32.4737.5554.83-
YUV159.81145.6102.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.46%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 191 (75% from 255) = 39.22%
R=25.46%
G=35.32%
B=39.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241721910.350.1000.25197.0134.3661.76
Hex7CACBF23A019c5223e
Octal17425427743120313054276
Binary11111001010110010111111100011101001100111000101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,172,191); }

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

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

 a { background-color: rgb(124,172,191); }

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

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

 span { border-color: rgb(124,172,191); }

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