#78A8C4

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

Shades of Glacier #78A8C4

Tints of Glacier #78A8C4

Color information

#78A8C4 (or 0x78A8C4) is unknown color: approx Glacier. HEX triplet: 78, A8 and C4. RGB value is (120,168,196). Sum of RGB (Red+Green+Blue) = 120+168+196=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 196 - color contains mainly: blue. Hex color #78A8C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8C4 is #87573B. Grayscale: #9C9C9C. Windows color (decimal): -8869692 or 12888184. OLE color: 12888184.

HSL color Cylindrical-coordinate representation of color #78A8C4: hue angle of 202.11º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78A8C4 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB120168196-
CMYK0.390.1400.23
HSL202.11º39.18%61.96%-
HSV(B)202.11º38.78%76.86%-
XYZ31.7135.9857.5-
YUV156.84150.1101.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.79%
GREEN value IS 168 (66.02% from 255) = 34.71%
BLUE value IS 196 (76.95% from 255) = 40.50%
R=24.79%
G=34.71%
B=40.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1201681960.390.1400.23202.1139.1861.96
Hex78A8C427E017ca273e
Octal17025030447160273124776
Binary11110001010100011000100100111111001011111001010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,168,196); }

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

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

 a { background-color: rgb(120,168,196); }

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

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

 span { border-color: rgb(120,168,196); }

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