#78AFBA

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

Shades of Glacier #78AFBA

Tints of Glacier #78AFBA

Color information

#78AFBA (or 0x78AFBA) is unknown color: approx Glacier. HEX triplet: 78, AF and BA. RGB value is (120,175,186). Sum of RGB (Red+Green+Blue) = 120+175+186=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #78AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFBA is #875045. Grayscale: #9F9F9F. Windows color (decimal): -8867910 or 12234616. OLE color: 12234616.

HSL color Cylindrical-coordinate representation of color #78AFBA: hue angle of 190º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78AFBA is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120175186-
CMYK0.350.0600.27
HSL190º32.35%60%-
HSV(B)190º35.48%72.94%-
XYZ31.9438.252.14-
YUV159.81142.7899.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.95%
GREEN value IS 175 (68.75% from 255) = 36.38%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=24.95%
G=36.38%
B=38.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201751860.350.0600.2719032.3560
Hex78AFBA23601Bbe203c
Octal1702572724360332764074
Binary1111000101011111011101010001111001101110111110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78AFBA;
 }
 .AnyTagClassName
 {
   color: #78AFBA;
 }
</style>
background-color css

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

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

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

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

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

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