#78A8BB

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

Shades of Glacier #78A8BB

Tints of Glacier #78A8BB

Color information

#78A8BB (or 0x78A8BB) is unknown color: approx Glacier. HEX triplet: 78, A8 and BB. RGB value is (120,168,187). Sum of RGB (Red+Green+Blue) = 120+168+187=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #78A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8BB is #875744. Grayscale: #9B9B9B. Windows color (decimal): -8869701 or 12298360. OLE color: 12298360.

HSL color Cylindrical-coordinate representation of color #78A8BB: hue angle of 197.01º 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 #78A8BB is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120168187-
CMYK0.360.1000.27
HSL197.01º33%60.2%-
HSV(B)197.01º35.83%73.33%-
XYZ30.7235.5952.26-
YUV155.81145.6102.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.26%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=25.26%
G=35.37%
B=39.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201681870.360.1000.27197.013360.2
Hex78A8BB24A01Bc5213c
Octal17025027344120333054174
Binary11110001010100010111011100100101001101111000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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