#76A6BB

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

Shades of Glacier #76A6BB

Tints of Glacier #76A6BB

Color information

#76A6BB (or 0x76A6BB) is unknown color: approx Glacier. HEX triplet: 76, A6 and BB. RGB value is (118,166,187). Sum of RGB (Red+Green+Blue) = 118+166+187=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #76A6BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A6BB is #895944. Grayscale: #999999. Windows color (decimal): -9001285 or 12297846. OLE color: 12297846.

HSL color Cylindrical-coordinate representation of color #76A6BB: hue angle of 198.26º 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 #76A6BB is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118166187-
CMYK0.370.1100.27
HSL198.26º33.66%59.8%-
HSV(B)198.26º36.9%73.33%-
XYZ30.0834.7152.13-
YUV154.04146.6102.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.05%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=25.05%
G=35.24%
B=39.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181661870.370.1100.27198.2633.6659.8
Hex76A6BB25B01Bc6223c
Octal16624627345130333064274
Binary11101101010011010111011100101101101101111000110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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