#78AABE

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

Shades of Glacier #78AABE

Tints of Glacier #78AABE

Color information

#78AABE (or 0x78AABE) is unknown color: approx Glacier. HEX triplet: 78, AA and BE. RGB value is (120,170,190). Sum of RGB (Red+Green+Blue) = 120+170+190=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #78AABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AABE is #875541. Grayscale: #9D9D9D. Windows color (decimal): -8869186 or 12495480. OLE color: 12495480.

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

Color convert

RGB120170190-
CMYK0.370.1100.25
HSL197.14º35%60.78%-
HSV(B)197.14º36.84%74.51%-
XYZ31.4136.4654.1-
YUV157.33146.44101.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=25%
G=35.42%
B=39.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201701900.370.1100.25197.143560.78
Hex78AABE25B019c5233d
Octal17025227645130313054375
Binary11110001010101010111110100101101101100111000101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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