#76A3BE

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

Shades of Glacier #76A3BE

Tints of Glacier #76A3BE

Color information

#76A3BE (or 0x76A3BE) is unknown color: approx Glacier. HEX triplet: 76, A3 and BE. RGB value is (118,163,190). Sum of RGB (Red+Green+Blue) = 118+163+190=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #76A3BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A3BE is #895C41. Grayscale: #989898. Windows color (decimal): -9002050 or 12493686. OLE color: 12493686.

HSL color Cylindrical-coordinate representation of color #76A3BE: hue angle of 202.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76A3BE is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118163190-
CMYK0.380.1400.25
HSL202.5º35.64%60.39%-
HSV(B)202.5º37.89%74.51%-
XYZ29.8633.7653.66-
YUV152.62149.09103.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.05%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=25.05%
G=34.61%
B=40.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181631900.380.1400.25202.535.6460.39
Hex76A3BE26E019ca243c
Octal16624327646160313124474
Binary11101101010001110111110100110111001100111001010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,163,190); }

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

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

 a { background-color: rgb(118,163,190); }

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

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

 span { border-color: rgb(118,163,190); }

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