#78B7BD

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

Shades of Glacier #78B7BD

Tints of Glacier #78B7BD

Color information

#78B7BD (or 0x78B7BD) is unknown color: approx Glacier. HEX triplet: 78, B7 and BD. RGB value is (120,183,189). Sum of RGB (Red+Green+Blue) = 120+183+189=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #78B7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B7BD is #874842. Grayscale: #A4A4A4. Windows color (decimal): -8865859 or 12433272. OLE color: 12433272.

HSL color Cylindrical-coordinate representation of color #78B7BD: hue angle of 185.22º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78B7BD is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB120183189-
CMYK0.370.0300.26
HSL185.22º34.33%60.59%-
HSV(B)185.22º36.51%74.12%-
XYZ33.8641.5354.38-
YUV164.85141.6396.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.39%
GREEN value IS 183 (71.88% from 255) = 37.20%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=24.39%
G=37.20%
B=38.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201831890.370.0300.26185.2234.3360.59
Hex78B7BD25301Ab9223d
Octal1702672754530322714275
Binary111100010110111101111011001011101101010111001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,183,189); }

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

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

 a { background-color: rgb(120,183,189); }

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

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

 span { border-color: rgb(120,183,189); }

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