#78AABB

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

Shades of Glacier #78AABB

Tints of Glacier #78AABB

Color information

#78AABB (or 0x78AABB) is unknown color: approx Glacier. HEX triplet: 78, AA and BB. RGB value is (120,170,187). Sum of RGB (Red+Green+Blue) = 120+170+187=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #78AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AABB is #875544. Grayscale: #9C9C9C. Windows color (decimal): -8869189 or 12298872. OLE color: 12298872.

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

Color convert

RGB120170187-
CMYK0.360.0900.27
HSL195.22º33%60.2%-
HSV(B)195.22º35.83%73.33%-
XYZ31.0936.3352.39-
YUV156.99144.94101.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.16%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=25.16%
G=35.64%
B=39.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201701870.360.0900.27195.223360.2
Hex78AABB24901Bc3213c
Octal17025227344110333034174
Binary11110001010101010111011100100100101101111000011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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