Html Css Color HEX #78A5BC Glacier

📋 copy color: '#78A5BC'

red 120 ◦ green 165 ◦ blue 188

#78A5BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #78A5BC

Tints of Glacier #78A5BC

RGB

 RED value IS 120 (47.27% from 255) = 25.37%

 GREEN value IS 165 (64.84% from 255) = 34.88%

 BLUE value IS 188 (73.83% from 255) = 39.75%

R = 25.37%
G = 34.88%
B = 39.75%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#78A5BC (or 0x78A5BC) is known color: Glacier. HEX triplet: 78, A5 and BC. RGB value is (120,165,188). Sum of RGB (Red+Green+Blue) = 120+165+188=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #78A5BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A5BC is #875A43. Grayscale: #9A9A9A. Windows color (decimal): -8870468 or 12363128. OLE color: 12363128.

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

Color convert

RGB 120 165 188 -
CMYK 0.36 0.12 0 0.26
HSL 200.29º 0.34% 0.6% -
HSV(B) 200.29º 0.36% 0.74% -
XYZ 30.28 34.53 52.65 -
YUV 154.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 120 165 188 0.36 0.12 0 0.26 200.29 0.34 0.6
Hex 78 A5 BC 24 C 0 1A C8 22 3C
Octal 170 245 274 44 14 0 32 310 42 74
Binary 1111000 10100101 10111100 100100 1100 0 11010 11001000 100010 111100

Color Harmonies of #78A5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A5BC

Black with #78A5BC

Text Example


Text Example

White with #78A5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78A5BC;
 }
 .AnyTagClassName
 {
   color: #78A5BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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