Html Css Color HEX #78A4BD Glacier

📋 copy color: '#78A4BD'

red 120 ◦ green 164 ◦ blue 189

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

Shades of Glacier #78A4BD

Tints of Glacier #78A4BD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.67%

 BLUE value IS 189 (74.22% from 255) = 39.96%

R = 25.37%
G = 34.67%
B = 39.96%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#78A4BD (or 0x78A4BD) is known color: Glacier. HEX triplet: 78, A4 and BD. RGB value is (120,164,189). Sum of RGB (Red+Green+Blue) = 120+164+189=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #78A4BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A4BD is #875B42. Grayscale: #999999. Windows color (decimal): -8870723 or 12428408. OLE color: 12428408.

HSL color Cylindrical-coordinate representation of color #78A4BD: hue angle of 201.74º 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 #78A4BD is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 164 189 -
CMYK 0.37 0.13 0 0.26
HSL 201.74º 0.34% 0.61% -
HSV(B) 201.74º 0.37% 0.74% -
XYZ 30.21 34.22 53.16 -
YUV 153.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 120 164 189 0.37 0.13 0 0.26 201.74 0.34 0.61
Hex 78 A4 BD 25 D 0 1A CA 22 3D
Octal 170 244 275 45 15 0 32 312 42 75
Binary 1111000 10100100 10111101 100101 1101 0 11010 11001010 100010 111101

Color Harmonies of #78A4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A4BD

Black with #78A4BD

Text Example


Text Example

White with #78A4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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