Html Css Color HEX #78BAC1 Glacier

📋 copy color: '#78BAC1'

red 120 ◦ green 186 ◦ blue 193

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

Shades of Glacier #78BAC1

Tints of Glacier #78BAC1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.27%

 BLUE value IS 193 (75.78% from 255) = 38.68%

R = 24.05%
G = 37.27%
B = 38.68%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#78BAC1 (or 0x78BAC1) is known color: Glacier. HEX triplet: 78, BA and C1. RGB value is (120,186,193). Sum of RGB (Red+Green+Blue) = 120+186+193=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #78BAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BAC1 is #87453E. Grayscale: #A6A6A6. Windows color (decimal): -8865087 or 12696184. OLE color: 12696184.

HSL color Cylindrical-coordinate representation of color #78BAC1: hue angle of 185.75º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78BAC1 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 186 193 -
CMYK 0.38 0.04 0 0.24
HSL 185.75º 0.37% 0.61% -
HSV(B) 185.75º 0.38% 0.76% -
XYZ 34.93 42.96 56.9 -
YUV 167.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 120 186 193 0.38 0.04 0 0.24 185.75 0.37 0.61
Hex 78 BA C1 26 4 0 18 BA 25 3D
Octal 170 272 301 46 4 0 30 272 45 75
Binary 1111000 10111010 11000001 100110 100 0 11000 10111010 100101 111101

Color Harmonies of #78BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BAC1

Black with #78BAC1

Text Example


Text Example

White with #78BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,186,193); }

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

background-color css

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

 a { background-color: rgb(120,186,193); }

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

border-color css

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

 span { border-color: rgb(120,186,193); }

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