#78AEC3

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

Shades of Glacier #78AEC3

Tints of Glacier #78AEC3

Color information

#78AEC3 (or 0x78AEC3) is unknown color: approx Glacier. HEX triplet: 78, AE and C3. RGB value is (120,174,195). Sum of RGB (Red+Green+Blue) = 120+174+195=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 195 - color contains mainly: blue. Hex color #78AEC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AEC3 is #87513C. Grayscale: #A0A0A0. Windows color (decimal): -8868157 or 12824184. OLE color: 12824184.

HSL color Cylindrical-coordinate representation of color #78AEC3: hue angle of 196.8º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78AEC3 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120174195-
CMYK0.380.1100.24
HSL196.8º38.46%61.76%-
HSV(B)196.8º38.46%76.47%-
XYZ32.7338.2157.28-
YUV160.25147.6199.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.54%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 195 (76.56% from 255) = 39.88%
R=24.54%
G=35.58%
B=39.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201741950.380.1100.24196.838.4661.76
Hex78AEC326B018c5263e
Octal17025630346130303054676
Binary11110001010111011000011100110101101100011000101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78AEC3; }

 p { color: rgb(120,174,195); }

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

<style>
 a { background-color: #78AEC3; }

 a { background-color: rgb(120,174,195); }

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

<style>
 span { border-color: #78AEC3; }

 span { border-color: rgb(120,174,195); }

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