#76A6BC

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

Shades of Glacier #76A6BC

Tints of Glacier #76A6BC

Color information

#76A6BC (or 0x76A6BC) is unknown color: approx Glacier. HEX triplet: 76, A6 and BC. RGB value is (118,166,188). Sum of RGB (Red+Green+Blue) = 118+166+188=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #76A6BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A6BC is #895943. Grayscale: #9A9A9A. Windows color (decimal): -9001284 or 12363382. OLE color: 12363382.

HSL color Cylindrical-coordinate representation of color #76A6BC: hue angle of 198.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76A6BC is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB118166188-
CMYK0.370.1200.26
HSL198.86º34.31%60%-
HSV(B)198.86º37.23%73.73%-
XYZ30.1834.7552.69-
YUV154.16147.1102.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=25%
G=35.17%
B=39.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181661880.370.1200.26198.8634.3160
Hex76A6BC25C01Ac7223c
Octal16624627445140323074274
Binary11101101010011010111100100101110001101011000111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A6BC; }

 p { color: rgb(118,166,188); }

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

<style>
 a { background-color: #76A6BC; }

 a { background-color: rgb(118,166,188); }

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

<style>
 span { border-color: #76A6BC; }

 span { border-color: rgb(118,166,188); }

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