#7CAEC4

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

Shades of Glacier #7CAEC4

Tints of Glacier #7CAEC4

Color information

#7CAEC4 (or 0x7CAEC4) is unknown color: approx Glacier. HEX triplet: 7C, AE and C4. RGB value is (124,174,196). Sum of RGB (Red+Green+Blue) = 124+174+196=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 196 - color contains mainly: blue. Hex color #7CAEC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAEC4 is #83513B. Grayscale: #A1A1A1. Windows color (decimal): -8606012 or 12889724. OLE color: 12889724.

HSL color Cylindrical-coordinate representation of color #7CAEC4: hue angle of 198.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CAEC4 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB124174196-
CMYK0.370.1100.23
HSL198.33º37.89%62.75%-
HSV(B)198.33º36.73%76.86%-
XYZ33.4138.5457.9-
YUV161.56147.44101.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.10%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 196 (76.95% from 255) = 39.68%
R=25.10%
G=35.22%
B=39.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1241741960.370.1100.23198.3337.8962.75
Hex7CAEC425B017c6263f
Octal17425630445130273064677
Binary11111001010111011000100100101101101011111000110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,174,196); }

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

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

 a { background-color: rgb(124,174,196); }

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

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

 span { border-color: rgb(124,174,196); }

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