#78A5BB

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

Shades of Glacier #78A5BB

Tints of Glacier #78A5BB

Color information

#78A5BB (or 0x78A5BB) is unknown color: approx Glacier. HEX triplet: 78, A5 and BB. RGB value is (120,165,187). Sum of RGB (Red+Green+Blue) = 120+165+187=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #78A5BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A5BB is #875A44. Grayscale: #999999. Windows color (decimal): -8870469 or 12297592. OLE color: 12297592.

HSL color Cylindrical-coordinate representation of color #78A5BB: hue angle of 199.7º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78A5BB is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120165187-
CMYK0.360.1200.27
HSL199.7º33%60.2%-
HSV(B)199.7º35.83%73.33%-
XYZ30.1734.4952.08-
YUV154.05146.59103.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.42%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=25.42%
G=34.96%
B=39.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201651870.360.1200.27199.73360.2
Hex78A5BB24C01Bc8213c
Octal17024527344140333104174
Binary11110001010010110111011100100110001101111001000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,165,187); }

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

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

 a { background-color: rgb(120,165,187); }

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

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

 span { border-color: rgb(120,165,187); }

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