#78A6BF

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

Shades of Glacier #78A6BF

Tints of Glacier #78A6BF

Color information

#78A6BF (or 0x78A6BF) is unknown color: approx Glacier. HEX triplet: 78, A6 and BF. RGB value is (120,166,191). Sum of RGB (Red+Green+Blue) = 120+166+191=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #78A6BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A6BF is #875940. Grayscale: #9A9A9A. Windows color (decimal): -8870209 or 12559992. OLE color: 12559992.

HSL color Cylindrical-coordinate representation of color #78A6BF: hue angle of 201.13º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78A6BF is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120166191-
CMYK0.370.1300.25
HSL201.13º35.68%60.98%-
HSV(B)201.13º37.17%74.9%-
XYZ30.7935.0354.43-
YUV155.1148.26102.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.16%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 191 (75% from 255) = 40.04%
R=25.16%
G=34.80%
B=40.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201661910.370.1300.25201.1335.6860.98
Hex78A6BF25D019c9243d
Octal17024627745150313114475
Binary11110001010011010111111100101110101100111001001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,166,191); }

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

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

 a { background-color: rgb(120,166,191); }

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

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

 span { border-color: rgb(120,166,191); }

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