#7FACBE

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

Shades of Glacier #7FACBE

Tints of Glacier #7FACBE

Color information

#7FACBE (or 0x7FACBE) is unknown color: approx Glacier. HEX triplet: 7F, AC and BE. RGB value is (127,172,190). Sum of RGB (Red+Green+Blue) = 127+172+190=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACBE is #805341. Grayscale: #A0A0A0. Windows color (decimal): -8409922 or 12495999. OLE color: 12495999.

HSL color Cylindrical-coordinate representation of color #7FACBE: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FACBE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127172190-
CMYK0.330.0900.25
HSL197.14º32.64%62.16%-
HSV(B)197.14º33.16%74.51%-
XYZ32.837.7354.27-
YUV160.6144.59104.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.97%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=25.97%
G=35.17%
B=38.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271721900.330.0900.25197.1432.6462.16
Hex7FACBE219019c5213e
Octal17725427641110313054176
Binary11111111010110010111110100001100101100111000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FACBE; }

 p { color: rgb(127,172,190); }

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

<style>
 a { background-color: #7FACBE; }

 a { background-color: rgb(127,172,190); }

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

<style>
 span { border-color: #7FACBE; }

 span { border-color: rgb(127,172,190); }

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