Html Css Color HEX #78A5BF Glacier

📋 copy color: '#78A5BF'

red 120 ◦ green 165 ◦ blue 191

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

Shades of Glacier #78A5BF

Tints of Glacier #78A5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.13%

R = 25.21%
G = 34.66%
B = 40.13%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#78A5BF (or 0x78A5BF) is known color: Glacier. HEX triplet: 78, A5 and BF. RGB value is (120,165,191). Sum of RGB (Red+Green+Blue) = 120+165+191=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #78A5BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A5BF is #875A40. Grayscale: #9A9A9A. Windows color (decimal): -8870465 or 12559736. OLE color: 12559736.

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

Color convert

RGB 120 165 191 -
CMYK 0.37 0.14 0 0.25
HSL 201.97º 0.36% 0.61% -
HSV(B) 201.97º 0.37% 0.75% -
XYZ 30.6 34.66 54.37 -
YUV 154.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 120 165 191 0.37 0.14 0 0.25 201.97 0.36 0.61
Hex 78 A5 BF 25 E 0 19 CA 24 3D
Octal 170 245 277 45 16 0 31 312 44 75
Binary 1111000 10100101 10111111 100101 1110 0 11001 11001010 100100 111101

Color Harmonies of #78A5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A5BF

Black with #78A5BF

Text Example


Text Example

White with #78A5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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