#76A8BB

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

Shades of Glacier #76A8BB

Tints of Glacier #76A8BB

Color information

#76A8BB (or 0x76A8BB) is unknown color: approx Glacier. HEX triplet: 76, A8 and BB. RGB value is (118,168,187). Sum of RGB (Red+Green+Blue) = 118+168+187=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #76A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8BB is #895744. Grayscale: #9B9B9B. Windows color (decimal): -9000773 or 12298358. OLE color: 12298358.

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

Color convert

RGB118168187-
CMYK0.370.1000.27
HSL196.52º33.66%59.8%-
HSV(B)196.52º36.9%73.33%-
XYZ30.4435.4452.25-
YUV155.22145.94101.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=24.95%
G=35.52%
B=39.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181681870.370.1000.27196.5233.6659.8
Hex76A8BB25A01Bc5223c
Octal16625027345120333054274
Binary11101101010100010111011100101101001101111000101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,168,187); }

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

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

 a { background-color: rgb(118,168,187); }

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

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

 span { border-color: rgb(118,168,187); }

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