#78AAC1

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

Shades of Glacier #78AAC1

Tints of Glacier #78AAC1

Color information

#78AAC1 (or 0x78AAC1) is unknown color: approx Glacier. HEX triplet: 78, AA and C1. RGB value is (120,170,193). Sum of RGB (Red+Green+Blue) = 120+170+193=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #78AAC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AAC1 is #87553E. Grayscale: #9D9D9D. Windows color (decimal): -8869183 or 12692088. OLE color: 12692088.

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

Color convert

RGB120170193-
CMYK0.380.1200.24
HSL198.9º37.06%61.37%-
HSV(B)198.9º37.82%75.69%-
XYZ31.7536.5955.84-
YUV157.67147.94101.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.84%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 193 (75.78% from 255) = 39.96%
R=24.84%
G=35.20%
B=39.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201701930.380.1200.24198.937.0661.37
Hex78AAC126C018c7253d
Octal17025230146140303074575
Binary11110001010101011000001100110110001100011000111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,170,193); }

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

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

 a { background-color: rgb(120,170,193); }

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

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

 span { border-color: rgb(120,170,193); }

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