#7CACC3

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

Shades of Glacier #7CACC3

Tints of Glacier #7CACC3

Color information

#7CACC3 (or 0x7CACC3) is unknown color: approx Glacier. HEX triplet: 7C, AC and C3. RGB value is (124,172,195). Sum of RGB (Red+Green+Blue) = 124+172+195=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #7CACC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACC3 is #83533C. Grayscale: #A0A0A0. Windows color (decimal): -8606525 or 12823676. OLE color: 12823676.

HSL color Cylindrical-coordinate representation of color #7CACC3: hue angle of 199.44º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CACC3 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB124172195-
CMYK0.360.1200.24
HSL199.44º37.17%62.55%-
HSV(B)199.44º36.41%76.47%-
XYZ32.9237.7357.18-
YUV160.27147.6102.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.25%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 195 (76.56% from 255) = 39.71%
R=25.25%
G=35.03%
B=39.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241721950.360.1200.24199.4437.1762.55
Hex7CACC324C018c7253f
Octal17425430344140303074577
Binary11111001010110011000011100100110001100011000111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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