Html Css Color HEX #78A8B7 Glacier

📋 copy color: '#78A8B7'

red 120 ◦ green 168 ◦ blue 183

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

Shades of Glacier #78A8B7

Tints of Glacier #78A8B7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.67%

 BLUE value IS 183 (71.88% from 255) = 38.85%

R = 25.48%
G = 35.67%
B = 38.85%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#78A8B7 (or 0x78A8B7) is known color: Glacier. HEX triplet: 78, A8 and B7. RGB value is (120,168,183). Sum of RGB (Red+Green+Blue) = 120+168+183=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 183 - color contains mainly: blue. Hex color #78A8B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8B7 is #875748. Grayscale: #9B9B9B. Windows color (decimal): -8869705 or 12036216. OLE color: 12036216.

HSL color Cylindrical-coordinate representation of color #78A8B7: hue angle of 194.29º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78A8B7 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 120 168 183 -
CMYK 0.34 0.08 0 0.28
HSL 194.29º 0.3% 0.59% -
HSV(B) 194.29º 0.34% 0.72% -
XYZ 30.3 35.42 50.04 -
YUV 155.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 120 168 183 0.34 0.08 0 0.28 194.29 0.3 0.59
Hex 78 A8 B7 22 8 0 1C C2 1E 3B
Octal 170 250 267 42 10 0 34 302 36 73
Binary 1111000 10101000 10110111 100010 1000 0 11100 11000010 11110 111011

Color Harmonies of #78A8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A8B7

Black with #78A8B7

Text Example


Text Example

White with #78A8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,168,183); }

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

background-color css

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

 a { background-color: rgb(120,168,183); }

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

border-color css

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

 span { border-color: rgb(120,168,183); }

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