#78A7BF

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

Shades of Glacier #78A7BF

Tints of Glacier #78A7BF

Color information

#78A7BF (or 0x78A7BF) is unknown color: approx Glacier. HEX triplet: 78, A7 and BF. RGB value is (120,167,191). Sum of RGB (Red+Green+Blue) = 120+167+191=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #78A7BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A7BF is #875840. Grayscale: #9B9B9B. Windows color (decimal): -8869953 or 12560248. OLE color: 12560248.

HSL color Cylindrical-coordinate representation of color #78A7BF: hue angle of 200.28º 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 #78A7BF is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120167191-
CMYK0.370.1300.25
HSL200.28º35.68%60.98%-
HSV(B)200.28º37.17%74.9%-
XYZ30.9735.3954.49-
YUV155.68147.93102.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.10%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 191 (75% from 255) = 39.96%
R=25.10%
G=34.94%
B=39.96%

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
Decimal1201671910.370.1300.25200.2835.6860.98
Hex78A7BF25D019c8243d
Octal17024727745150313104475
Binary11110001010011110111111100101110101100111001000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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