#78BAC1

Color #78BAC1 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #78BAC1

Tints of Glacier #78BAC1

Color information

#78BAC1 (or 0x78BAC1) is unknown color: approx 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

RGB120186193-
CMYK0.380.0400.24
HSL185.75º37.06%61.37%-
HSV(B)185.75º37.82%75.69%-
XYZ34.9342.9656.9-
YUV167.06142.6394.43-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201861930.380.0400.24185.7537.0661.37
Hex78BAC1264018ba253d
Octal1702723014640302724575
Binary1111000101110101100000110011010001100010111010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>